aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py-gevent
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2015-10-12 06:31:47 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2015-10-12 07:39:43 +0000
commite40e51a022c6a3c13a3762b7df2bf3232d6df2bf (patch)
treee62b8ad01c2c67727096eb93611e6773c4fa2793 /testing/py-gevent
parente48b350ef731968d9a83938b853f341ea1106795 (diff)
downloadaports-e40e51a022c6a3c13a3762b7df2bf3232d6df2bf.tar.bz2
aports-e40e51a022c6a3c13a3762b7df2bf3232d6df2bf.tar.xz
testing/py-gevent: enable on armhf
Diffstat (limited to 'testing/py-gevent')
-rw-r--r--testing/py-gevent/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-gevent/APKBUILD b/testing/py-gevent/APKBUILD
index a9e1f53f72..bad5cf517a 100644
--- a/testing/py-gevent/APKBUILD
+++ b/testing/py-gevent/APKBUILD
@@ -5,7 +5,7 @@ pkgver=1.0.1
pkgrel=0
pkgdesc="Python library for seamless coroutine-based concurrency"
url="http://gevent.org/"
-arch="x86 x86_64"
+arch="all"
license="MIT"
depends="py-greenlet"
makedepends="python-dev py-setuptools libevent-dev"