From d755bda520c8a1934829e85a08a8a7ddf3ef094d Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Tue, 26 Nov 2024 16:29:46 +0100 Subject: [PATCH] community/gbinder-python: disable on 32bit Fails to build with gcc 14 due to incompatible pointer types. upstream: https://github.com/erfanoabdi/gbinder-python/issues/18 --- community/gbinder-python/APKBUILD | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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="