aboutsummaryrefslogtreecommitdiffstats
path: root/testing/geos/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/geos/APKBUILD')
-rw-r--r--testing/geos/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/geos/APKBUILD b/testing/geos/APKBUILD
index ab9679b896..08dc13a5e1 100644
--- a/testing/geos/APKBUILD
+++ b/testing/geos/APKBUILD
@@ -41,7 +41,7 @@ build() {
check() {
case "$CARCH" in
- ppc64le) return 0 ;;
+ ppc64le|s390x) return 0 ;;
esac
make check
}