index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2022-02-01 16:28:07 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2022-02-01 16:28:07 +0100 |
commit | 4f04569dcb73365cb9ea17638d3eb5ab704be38e (patch) | |
tree | f5bb424d8e724406181bbd1b6349b7295b843cd8 /extra/wireplumber | |
parent | b6765c912bbb7f22cc6a512ed0bf6967b80762f9 (diff) |
-rw-r--r-- | extra/wireplumber/PKGBUILD | 7 |
diff --git a/extra/wireplumber/PKGBUILD b/extra/wireplumber/PKGBUILD index 25760f4a..916aca78 100644 --- a/extra/wireplumber/PKGBUILD +++ b/extra/wireplumber/PKGBUILD @@ -18,3 +18,10 @@ eval "$( /mv.*docs.*/d ' )" + +# for now disable testing on i486, doesn't work at all but we want +# to satisfy dependencies and hope nobody uses it :) +if [ "$CARCH" == 'i486' ]; then + unset check + unset checkdepends +fi |