index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | blacklist/i486/rust/abiword | 1 | ||||
-rw-r--r-- | extra/abiword/PKGBUILD | 4 |
diff --git a/blacklist/i486/rust/abiword b/blacklist/i486/rust/abiword deleted file mode 100644 index 698ee90c..00000000 --- a/blacklist/i486/rust/abiword +++ /dev/null @@ -1 +0,0 @@ -rust needs to be bootstrapped first - fun, fun, fun! 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 |