testing/mpdecimal: disable ppc64le

The build system does not recognize it.
This commit is contained in:
Kevin Daudt 2019-02-18 18:39:49 +00:00
parent 71242ff0cd
commit ea005c071b

View File

@ -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"