index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-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 |