From 9b6b704ebed5b2f4b0eee182b4bccb1e2f968f2b Mon Sep 17 00:00:00 2001 From: Leon White <l.white@interstellarlab.earth> Date: Fri, 14 Mar 2025 14:29:15 +0100 Subject: [PATCH] community/mpir: test ppc64le --- community/mpir/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/mpir/APKBUILD b/community/mpir/APKBUILD index fc864c387667..9168074e61c8 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" -- GitLab