index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | community/python-whoosh/PKGBUILD | 4 |
diff --git a/community/python-whoosh/PKGBUILD b/community/python-whoosh/PKGBUILD new file mode 100644 index 00000000..ed73f8de --- /dev/null +++ b/community/python-whoosh/PKGBUILD @@ -0,0 +1,4 @@ +# i486-specific +if [ "${CARCH}" = "i486" ]; then + unset check +fi |