diff --git a/community/mpir/APKBUILD b/community/mpir/APKBUILD index fc864c387667caa3a1a865bbb14545310dd72b92..9168074e61c8052958a797fd3e817fd7aa81a977 100644 --- a/community/mpir/APKBUILD +++ b/community/mpir/APKBUILD @@ -6,7 +6,7 @@ pkgrel=1 pkgdesc="Multiple Precision Integers and Rationals" url="https://github.com/wbhart/mpir" # ppc64le: ABI version 1 is not compatible with ABI version 2 output -arch="all !ppc64le" +arch="ppc64le" license="LGPL-3.0-or-later" makedepends="autoconf automake texinfo libtool yasm m4" subpackages="$pkgname-dev $pkgname-doc"