aboutsummaryrefslogtreecommitdiffstats
path: root/community/openlibm
diff options
context:
space:
mode:
authorTuan M. Hoang <tmhoang@flatglobe.org>2017-04-21 18:02:55 -0400
committerJakub Jirutka <jakub@jirutka.cz>2017-04-22 01:33:47 +0200
commit53485b87fc9f7f927b90f609c43ff4e43171ee90 (patch)
tree2404e4b4d41cacaf878713429cc9818b3e794dcc /community/openlibm
parent18271ca719e6f8b109e3fd69eac2b2c361db3f39 (diff)
downloadaports-53485b87fc9f7f927b90f609c43ff4e43171ee90.tar.bz2
aports-53485b87fc9f7f927b90f609c43ff4e43171ee90.tar.xz
community/openlibm: disable on s390x
Diffstat (limited to 'community/openlibm')
-rw-r--r--community/openlibm/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/openlibm/APKBUILD b/community/openlibm/APKBUILD
index bae6908528..5c89b59b03 100644
--- a/community/openlibm/APKBUILD
+++ b/community/openlibm/APKBUILD
@@ -5,7 +5,7 @@ pkgver=0.5.4
pkgrel=0
pkgdesc="High quality system independent, portable, open source libm implementation"
url="http://www.openlibm.org"
-arch="all"
+arch="all !s390x"
license="MIT BSD public-domain"
depends=""
makedepends=""