aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilan P. Stanić <mps@arvanta.net>2020-06-05 17:39:22 +0200
committerMilan P. Stanić <mps@arvanta.net>2020-06-05 17:39:22 +0200
commitfaef52302e5374e5477384bffc5c563c54940326 (patch)
tree1ed54b062d6656f8c3822e90f296168ffa1252bd
parent198d3bb2cd989d9883c042a284d830fb32d5029b (diff)
downloadalpine_aports-faef52302e5374e5477384bffc5c563c54940326.tar.bz2
alpine_aports-faef52302e5374e5477384bffc5c563c54940326.tar.xz
alpine_aports-faef52302e5374e5477384bffc5c563c54940326.zip
community/hydrogen: disable on armhf
armhf don't have qt5-qtxmlpatterns on which hydrogen depends
-rw-r--r--community/hydrogen/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/hydrogen/APKBUILD b/community/hydrogen/APKBUILD
index 9b38806c8b..d21bd5a9bc 100644
--- a/community/hydrogen/APKBUILD
+++ b/community/hydrogen/APKBUILD
@@ -6,7 +6,7 @@ _ver=${pkgver/_beta/-beta}
6pkgrel=1 6pkgrel=1
7pkgdesc="Advanced drum machine for GNU/Linux" 7pkgdesc="Advanced drum machine for GNU/Linux"
8url="http://www.hydrogen-music.org/" 8url="http://www.hydrogen-music.org/"
9arch="all !ppc64le" # limited by ladspa. 9arch="all !ppc64le !armhf" # ppc64le limited by ladspa, armhf by qt5-qtxmlpatterns
10license="GPL-2.0-or-later" 10license="GPL-2.0-or-later"
11makedepends=" 11makedepends="
12 alsa-lib-dev 12 alsa-lib-dev