summaryrefslogtreecommitdiff
path: root/extra/epiphany
diff options
context:
space:
mode:
Diffstat (limited to 'extra/epiphany')
-rw-r--r--extra/epiphany/PKGBUILD7
1 files changed, 7 insertions, 0 deletions
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