index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2021-05-10 12:58:44 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2021-05-10 12:58:44 +0200 |
commit | 4b5f56059ec30df80dd26bea095bcac480270843 (patch) | |
tree | c167cedce67b854a8f7e6256b4de13567eed197c /extra/xapian-core/PKGBUILD | |
parent | c88c9670c68d7b6dfe6a0b5d67792c57c09b0c61 (diff) |
-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 |