diff options
-rw-r--r-- | testing/upx/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/upx/APKBUILD b/testing/upx/APKBUILD index e4cbbc5908..729a690b2f 100644 --- a/testing/upx/APKBUILD +++ b/testing/upx/APKBUILD @@ -5,7 +5,7 @@ pkgver=3.93 pkgrel=0 pkgdesc="UPX - the Ultimate Packer for eXecutables" url="https://upx.github.io" -arch="all" +arch="all !ppc64le" license="gpl" depends="zlib ucl" makedepends="$depends zlib-dev bash" |