From fb0c8412817180f95e12376b340525830c0f3dcd Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 17 Mar 2023 09:13:55 +0100 Subject: extra/sysprof: using polkit instead of polkit-duktape again on i486 --- extra/sysprof/PKGBUILD | 6 ------ 1 file changed, 6 deletions(-) (limited to 'extra/sysprof') 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 -- cgit v1.2.3-54-g00ecf