Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra/colord
diff options
context:
space:
mode:
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 | \