index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | community/python-distlib/PKGBUILD | 5 |
diff --git a/community/python-distlib/PKGBUILD b/community/python-distlib/PKGBUILD new file mode 100644 index 00000000..870e034f --- /dev/null +++ b/community/python-distlib/PKGBUILD @@ -0,0 +1,5 @@ +# i486-specific +if [ "${CARCH}" = "i486" ]; then + # currently tests are failing, they are disabled not due to dependencies + unset check +fi |