summaryrefslogtreecommitdiff
path: root/extra/libreoffice-still/PKGBUILD
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2021-05-30 20:44:44 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2021-05-30 20:44:44 +0200
commit555a3547984677ef5beaa0ff56fc3837847f5960 (patch)
tree3fb8b725657afdcb49c8c76fde46e37ce0baa798 /extra/libreoffice-still/PKGBUILD
parent63169ccabab4c7fd57df968b6893bb7e70b7a68c (diff)
downloadpackages-555a3547984677ef5beaa0ff56fc3837847f5960.tar.xz
extra/libreoffice-still: readded mariadb and java on i486
Diffstat (limited to 'extra/libreoffice-still/PKGBUILD')
-rw-r--r--extra/libreoffice-still/PKGBUILD13
1 files changed, 0 insertions, 13 deletions
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/})