diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2021-06-11 13:57:44 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2021-06-11 13:57:44 +0200 |
commit | bf4072573f3135b23f2cc89ba26739aa22be88a9 (patch) | |
tree | 2500a189f70b98f5c78d09018640e28195b0ac2d /community/polkit-gnome | |
parent | 20868a809d685eb41131ec54e8d6440ea646737f (diff) | |
download | packages-bf4072573f3135b23f2cc89ba26739aa22be88a9.tar.xz |
community/polkit-gnome: using polkit-duktape on i486
Diffstat (limited to 'community/polkit-gnome')
-rw-r--r-- | community/polkit-gnome/PKGBUILD | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/community/polkit-gnome/PKGBUILD b/community/polkit-gnome/PKGBUILD new file mode 100644 index 00000000..89363abe --- /dev/null +++ b/community/polkit-gnome/PKGBUILD @@ -0,0 +1,5 @@ +# use polkit-duktape instead of polkit on i486 +if [ "$CARCH" = 'i486' ]; then + depends=(${depends[@]//polkit/}) + depends+=(polkit-duktape) +fi |