diff options
author | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-02-18 18:39:49 +0000 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-02-18 18:39:49 +0000 |
commit | ea005c071b819ef4ff89b27455efddaa5b4c16b2 (patch) | |
tree | c1e3a5dd76c5f205819d299c3c66ba4130d1aae0 /testing/mpdecimal | |
parent | 71242ff0cd6ab030d32cfeee2f3115d601a073b1 (diff) | |
download | aports-ea005c071b819ef4ff89b27455efddaa5b4c16b2.tar.bz2 aports-ea005c071b819ef4ff89b27455efddaa5b4c16b2.tar.xz |
testing/mpdecimal: disable ppc64le
The build system does not recognize it.
Diffstat (limited to 'testing/mpdecimal')
-rw-r--r-- | testing/mpdecimal/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/mpdecimal/APKBUILD b/testing/mpdecimal/APKBUILD index 92544f17bb..7b3424ceb3 100644 --- a/testing/mpdecimal/APKBUILD +++ b/testing/mpdecimal/APKBUILD @@ -5,7 +5,7 @@ pkgver=2.4.2 pkgrel=0 pkgdesc="A complete implementation of the General Decimal Arithmetic Specification" url="http://www.bytereef.org/mpdecimal/index.html" -arch="all" +arch="all !ppc64le" license="BSD" subpackages="$pkgname-doc" source="http://www.bytereef.org/software/mpdecimal/releases/$pkgname-$pkgver.tar.gz" |