summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2021-04-24 18:52:47 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2021-04-24 18:52:47 +0200
commit06d8599a6c0d6130e319f5cc15b17bdf2c4b5bdf (patch)
treeb94f7a5792919af2621f760a1d21fb4c1565f96e /extra
parente6c67cfb9ced37042aa3c1d56f02831d3d2af8a6 (diff)
downloadpackages-06d8599a6c0d6130e319f5cc15b17bdf2c4b5bdf.tar.xz
extra/abiword: no link-grammar on i486 and removed from i486 blacklist
Diffstat (limited to 'extra')
-rw-r--r--extra/abiword/PKGBUILD4
1 files changed, 4 insertions, 0 deletions
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