index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | extra/xapian-core/PKGBUILD | 4 |
diff --git a/extra/xapian-core/PKGBUILD b/extra/xapian-core/PKGBUILD new file mode 100644 index 00000000..ede1c838 --- /dev/null +++ b/extra/xapian-core/PKGBUILD @@ -0,0 +1,4 @@ +# no tests on i486 (endless loop or simply too slow?) +if [ "${CARCH}" = "i486" ]; then + unset check +fi |