index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-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 |