aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorKevin Daudt <kdaudt@alpinelinux.org>2019-06-11 21:39:43 +0000
committerKevin Daudt <kdaudt@alpinelinux.org>2019-06-11 21:39:43 +0000
commit1021f32a7ba7d28164636310ac128a3432c23c29 (patch)
treefa3f3a471bee9a0f376daab28c5c042bca2bc8e0 /testing
parentea64d1ff889390f6fbcb9c35e155b235d9500498 (diff)
downloadaports-1021f32a7ba7d28164636310ac128a3432c23c29.tar.bz2
aports-1021f32a7ba7d28164636310ac128a3432c23c29.tar.xz
testing/py-bottle-hotqueue: disable on armv7
Dependency py-hostqueue is disabled on armv7, so this should as well.
Diffstat (limited to 'testing')
-rw-r--r--testing/py-bottle-hotqueue/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-bottle-hotqueue/APKBUILD b/testing/py-bottle-hotqueue/APKBUILD
index 34243c9ae9..ead66657c4 100644
--- a/testing/py-bottle-hotqueue/APKBUILD
+++ b/testing/py-bottle-hotqueue/APKBUILD
@@ -6,7 +6,7 @@ pkgver=0.2.5
pkgrel=0
pkgdesc="Bottle HotQueue plugin"
url="https://github.com/waawal/bottle_hotqueue"
-arch="noarch"
+arch="noarch !armv7"
license="MIT"
depends="python2 py-bottle py-hotqueue"
depends_dev=""