index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2023-03-17 09:13:26 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2023-03-17 09:13:26 +0100 |
commit | 8f8d9b36fbc54d1da247b65b64bb4a6fa28aabfb (patch) | |
tree | 1448f9c6546c995c2265952ae28afeadb520e4e6 /extra | |
parent | 5f7ac218eca69260af8e44b7191d6cce4f5c5283 (diff) |
-rw-r--r-- | extra/colord/PKGBUILD | 6 |
diff --git a/extra/colord/PKGBUILD b/extra/colord/PKGBUILD index 2ee3665f..df1a3a93 100644 --- a/extra/colord/PKGBUILD +++ b/extra/colord/PKGBUILD @@ -10,12 +10,6 @@ eval "$( ' )" -# no polkit, no js78, no rust, use polkit-duktape on i486 -if [ "$CARCH" = 'i486' ]; then - depends=(${depends[@]//polkit/}) - depends+=(polkit-duktape) -fi - # tests fail in various ways, ignoring them now eval "$( declare -f check | \ |