summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2021-05-14 10:35:40 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2021-05-14 10:35:40 +0200
commitfe260abbef8525ae346394761063409579c219a1 (patch)
treecbbeeafccf22de04af428a06aeec34b9f9f46355 /extra
parente3de3f19ed2ba8ae51809f6fb108180017a4877a (diff)
downloadpackages-fe260abbef8525ae346394761063409579c219a1.tar.xz
extra/epiphany: another try to build without gjs on i486, failed
Diffstat (limited to 'extra')
-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