From 06d8599a6c0d6130e319f5cc15b17bdf2c4b5bdf Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sat, 24 Apr 2021 18:52:47 +0200 Subject: extra/abiword: no link-grammar on i486 and removed from i486 blacklist --- extra/abiword/PKGBUILD | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 extra/abiword/PKGBUILD (limited to 'extra') diff --git a/extra/abiword/PKGBUILD b/extra/abiword/PKGBUILD new file mode 100644 index 00000000..af4c86f4 --- /dev/null +++ b/extra/abiword/PKGBUILD @@ -0,0 +1,4 @@ +# no link-grammar yet on i486 (needs java and ant) +if [ "$CARCH" = 'i486' ]; then + depends=(${depends[@]//link-grammar/}) +fi -- cgit v1.2.3-54-g00ecf