From ea005c071b819ef4ff89b27455efddaa5b4c16b2 Mon Sep 17 00:00:00 2001 From: Kevin Daudt Date: Mon, 18 Feb 2019 18:39:49 +0000 Subject: testing/mpdecimal: disable ppc64le The build system does not recognize it. --- testing/mpdecimal/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testing/mpdecimal') 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" -- cgit v1.2.3