diff options
Diffstat (limited to 'community/py-greenlet/APKBUILD')
-rw-r--r-- | community/py-greenlet/APKBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/community/py-greenlet/APKBUILD b/community/py-greenlet/APKBUILD index 7a1ef2b897..8432e3de6a 100644 --- a/community/py-greenlet/APKBUILD +++ b/community/py-greenlet/APKBUILD @@ -3,10 +3,11 @@ pkgname=py-greenlet _pkgname=greenlet pkgver=0.4.12 -pkgrel=0 +pkgrel=1 pkgdesc="Lightweight in-process concurrent programming" url="http://pypi.python.org/pypi/greenlet" -arch="all" +# does not build on ppc64le yet +arch="all !ppc64le" license="MIT" depends="" makedepends="python2-dev py-setuptools python3-dev" |