diff --git a/community/gbinder-python/APKBUILD b/community/gbinder-python/APKBUILD index 53fc1a44e5f6..786bcbe88f0a 100644 --- a/community/gbinder-python/APKBUILD +++ b/community/gbinder-python/APKBUILD @@ -6,7 +6,9 @@ pkgrel=1 pkgdesc="Python bindings for libgbinder" url="https://github.com/erfanoabdi/gbinder-python" # s390x blocked by libgbinder -arch="all !s390x" +# 32 bit arches fail with incompatible pointer type +# https://github.com/erfanoabdi/gbinder-python/issues/18 +arch="all !s390x !x86 !armhf !armv7" license="GPL-3.0-only" depends="python3" makedepends="