Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra/sysprof
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2023-03-17 09:13:55 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2023-03-17 09:13:55 +0100
commitfb0c8412817180f95e12376b340525830c0f3dcd (patch)
treefb5803c12abb64e2498017112c461c172ea18479 /extra/sysprof
parent8f8d9b36fbc54d1da247b65b64bb4a6fa28aabfb (diff)
extra/sysprof: using polkit instead of polkit-duktape again on i486
Diffstat (limited to 'extra/sysprof')
-rw-r--r--extra/sysprof/PKGBUILD6
1 files changed, 0 insertions, 6 deletions
diff --git a/extra/sysprof/PKGBUILD b/extra/sysprof/PKGBUILD
index 8913c6eb..3d3a814e 100644
--- a/extra/sysprof/PKGBUILD
+++ b/extra/sysprof/PKGBUILD
@@ -1,9 +1,3 @@
-# no polkit, no js78, no rust, use polkit-duktape on i486
-if [ "$CARCH" = 'i486' ]; then
- depends=(${depends[@]//polkit/})
- depends+=(polkit-duktape)
-fi
-
# for now we have issues in sparql (which therefore is still linked
# against icu69 on i486)
if [ "$CARCH" = 'i486' ]; then