index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2023-02-25 09:22:30 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2023-02-25 09:22:30 +0100 |
commit | 4d7c9276d76afa9f58d15ef3ff783b55eb9deb3e (patch) | |
tree | d7e3602f29e57dcc0545a2d3fdc635d7a88b327d /core/python | |
parent | a0dbd89747172a3479f92d0b6ccc769c31373d69 (diff) |
-rw-r--r-- | core/python/PKGBUILD | 5 |
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 |