index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2021-05-14 10:35:40 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2021-05-14 10:35:40 +0200 |
commit | fe260abbef8525ae346394761063409579c219a1 (patch) | |
tree | cbbeeafccf22de04af428a06aeec34b9f9f46355 /extra/epiphany/PKGBUILD | |
parent | e3de3f19ed2ba8ae51809f6fb108180017a4877a (diff) |
-rw-r--r-- | extra/epiphany/PKGBUILD | 7 |
diff --git a/extra/epiphany/PKGBUILD b/extra/epiphany/PKGBUILD index 3692e5fe..9b94dcd3 100644 --- a/extra/epiphany/PKGBUILD +++ b/extra/epiphany/PKGBUILD @@ -1 +1,8 @@ +# libdazzle libhandy require glade, gjs, js78, ignoring on i486 +if [ "$CARCH" = 'i486' ]; then + depends=(${depends[@]//libdazzle/}) + depends=(${depends[@]//libhandy/}) +fi + +# no testing, fails unset check |