From 4d7c9276d76afa9f58d15ef3ff783b55eb9deb3e Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sat, 25 Feb 2023 09:22:30 +0100 Subject: core/python: disabled tk for now on i486 (breaking cycles) --- core/python/PKGBUILD | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'core/python/PKGBUILD') diff --git a/core/python/PKGBUILD b/core/python/PKGBUILD index aa4a7b5e..d367f576 100644 --- a/core/python/PKGBUILD +++ b/core/python/PKGBUILD @@ -63,3 +63,8 @@ if [ "$CARCH" = 'i486' ]; then ' )" fi + +# disable tk for now on i486 to break cycles +if [ "$CARCH" = 'i486' ]; then + makedepends=(${makedepends[@]//tk/}) +fi -- cgit v1.2.3-54-g00ecf