From fe260abbef8525ae346394761063409579c219a1 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 14 May 2021 10:35:40 +0200 Subject: extra/epiphany: another try to build without gjs on i486, failed --- extra/epiphany/PKGBUILD | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'extra/epiphany') 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 -- cgit v1.2.3