index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2021-05-30 20:44:44 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2021-05-30 20:44:44 +0200 |
commit | 555a3547984677ef5beaa0ff56fc3837847f5960 (patch) | |
tree | 3fb8b725657afdcb49c8c76fde46e37ce0baa798 /extra | |
parent | 63169ccabab4c7fd57df968b6893bb7e70b7a68c (diff) |
-rw-r--r-- | extra/libreoffice-still/PKGBUILD | 13 |
diff --git a/extra/libreoffice-still/PKGBUILD b/extra/libreoffice-still/PKGBUILD index 66998621..0f70119b 100644 --- a/extra/libreoffice-still/PKGBUILD +++ b/extra/libreoffice-still/PKGBUILD @@ -13,19 +13,6 @@ if [ "$CARCH" = 'i486' ]; then makedepends=(${makedepends[@]//coin-or-mp/}) fi -# ignore mariadb on i486 (for now) -if [ "$CARCH" = 'i486' ]; then - makedepends=(${makedepends[@]//mariadb-libs/}) -fi - -# Java currently broken on i486 -if [ "$CARCH" = 'i486' ]; then - makedepends=(${makedepends[@]//java-environment=11/}) - makedepends=(${makedepends[@]//ant/}) - makedepends=(${makedepends[@]//junit/}) - makedepends=(${makedepends[@]//beanshell/}) -fi - # no KDE/Plasma on i486 if [ "$CARCH" = 'i486' ]; then makedepends=(${makedepends[@]//plasma-framework/}) |