index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2023-03-17 09:11:18 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2023-03-17 09:11:18 +0100 |
commit | ae2fb1b661f4ee0589b56a055ec70ca86c142c06 (patch) | |
tree | 7f03c843b4a4d6f797e2e9f2be94293505c5c3e8 /community/packagekit/PKGBUILD | |
parent | 48eb9fcdd4508ab65667e4a9c9823629e891a436 (diff) |
-rw-r--r-- | community/packagekit/PKGBUILD | 5 |
diff --git a/community/packagekit/PKGBUILD b/community/packagekit/PKGBUILD deleted file mode 100644 index 3fecb551..00000000 --- a/community/packagekit/PKGBUILD +++ /dev/null @@ -1,5 +0,0 @@ -# use polkit-duktape instead of polkit on i486 -if [ "$CARCH" = 'i486' ]; then - makedepends=(${makedepends[@]//polkit/}) - makedepends+=(polkit-duktape) -fi |