diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2016-06-09 19:43:05 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2016-06-09 19:43:05 +0200 |
commit | 0e0b42f6f98817e7b138c520811a27842f27177d (patch) | |
tree | 12f62ea24e3b37f18a740b7c209a07e04ebb9fde /testing/openlibm | |
parent | 306b71cdc16ae6765d310b354deb6c716728c815 (diff) | |
download | aports-0e0b42f6f98817e7b138c520811a27842f27177d.tar.bz2 aports-0e0b42f6f98817e7b138c520811a27842f27177d.tar.xz |
testing/openlibm: remove armhf from arch
Diffstat (limited to 'testing/openlibm')
-rw-r--r-- | testing/openlibm/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/openlibm/APKBUILD b/testing/openlibm/APKBUILD index 9d83adc7b8..0a7dfd7f6b 100644 --- a/testing/openlibm/APKBUILD +++ b/testing/openlibm/APKBUILD @@ -5,7 +5,8 @@ pkgver=0.5.1 pkgrel=0 pkgdesc="High quality system independent, portable, open source libm implementation" url="http://www.openlibm.org" -arch="all" +# armhf: see https://github.com/JuliaLang/openlibm/issues/136 +arch="x86 x86_64" license="MIT BSD public-domain" depends="" makedepends="" |