aboutsummaryrefslogtreecommitdiffstats
path: root/community/py-greenlet
diff options
context:
space:
mode:
Diffstat (limited to 'community/py-greenlet')
-rw-r--r--community/py-greenlet/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/community/py-greenlet/APKBUILD b/community/py-greenlet/APKBUILD
index 7a1ef2b8973..8432e3de6a6 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"