diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-10-12 06:31:47 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-10-12 07:39:43 +0000 |
commit | e40e51a022c6a3c13a3762b7df2bf3232d6df2bf (patch) | |
tree | e62b8ad01c2c67727096eb93611e6773c4fa2793 /testing/py-gevent | |
parent | e48b350ef731968d9a83938b853f341ea1106795 (diff) | |
download | aports-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/APKBUILD | 2 |
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" |