Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra/colord
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2023-03-17 09:13:26 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2023-03-17 09:13:26 +0100
commit8f8d9b36fbc54d1da247b65b64bb4a6fa28aabfb (patch)
tree1448f9c6546c995c2265952ae28afeadb520e4e6 /extra/colord
parent5f7ac218eca69260af8e44b7191d6cce4f5c5283 (diff)
extra/colord: using polkit instead of polkit-duktape again on i486
Diffstat (limited to 'extra/colord')
-rw-r--r--extra/colord/PKGBUILD6
1 files changed, 0 insertions, 6 deletions
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 | \