From c65cd7e9a811df33254b1ff61d86cf25162128a9 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 26 Sep 2021 10:43:43 +0200 Subject: community/libvirt: using pokit-duktape on i486 --- community/libvirt/PKGBUILD | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'community/libvirt') diff --git a/community/libvirt/PKGBUILD b/community/libvirt/PKGBUILD index 3592b5b5..585e1fbf 100644 --- a/community/libvirt/PKGBUILD +++ b/community/libvirt/PKGBUILD @@ -19,3 +19,9 @@ eval "$( s/-Dstorage_rbd=enabled/-Dstorage_rbd=disabled/ ' )" + +# use polkit-duktape instead of polkit on i486 +if [ "$CARCH" = 'i486' ]; then + depends=(${depends[@]//polkit/}) + depends+=(polkit-duktape) +fi -- cgit v1.2.3-54-g00ecf