aboutsummaryrefslogtreecommitdiffstats
path: root/community/upx
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2020-04-08 02:33:35 +0000
committerAriadne Conill <ariadne@dereferenced.org>2020-04-08 02:33:35 +0000
commit5038bc20f355590619a038371f4aced86ed6c84b (patch)
tree83fc456380f4b752a3eb8529df25442e7edccc1a /community/upx
parentaff434bc6043f8b4e8faadb6c42584fe5bb0455f (diff)
downloadaports-5038bc20f355590619a038371f4aced86ed6c84b.tar.bz2
aports-5038bc20f355590619a038371f4aced86ed6c84b.tar.xz
community/upx: disable on mips
Diffstat (limited to 'community/upx')
-rw-r--r--community/upx/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/upx/APKBUILD b/community/upx/APKBUILD
index 96feb3994d..7448125f1b 100644
--- a/community/upx/APKBUILD
+++ b/community/upx/APKBUILD
@@ -5,7 +5,7 @@ pkgver=3.96
pkgrel=0
pkgdesc="The Ultimate Packer for eXecutables"
url="https://upx.github.io"
-arch="all !s390x !aarch64 !armhf !armv7" # Failure to build/run
+arch="all !s390x !aarch64 !armhf !armv7 !mips !mips64" # Failure to build/run
license="GPL-2.0 Public-Domain"
# perl-dev is used to generate man pages
makedepends="bash perl-dev ucl-dev zlib-dev"