Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--extra/brltty/PKGBUILD11
1 files changed, 0 insertions, 11 deletions
diff --git a/extra/brltty/PKGBUILD b/extra/brltty/PKGBUILD
index e7e9ebad..ec10666a 100644
--- a/extra/brltty/PKGBUILD
+++ b/extra/brltty/PKGBUILD
@@ -1,14 +1,3 @@
-# no polkit on i486
-if [ "$CARCH" = 'i486' ]; then
- depends=(${depends[@]//polkit/})
- eval "$(
- declare -f package | \
- sed '
- /polkit/d
- '
- )"
-fi
-
# java breaks to often, do not build optional Java stuff marked as
# optdepends
makedepends=(${makedepends[@]//java-environment/})