aboutsummaryrefslogtreecommitdiffstats
path: root/testing/proot
diff options
context:
space:
mode:
authorKevin Daudt <kdaudt@alpinelinux.org>2019-03-08 22:33:01 +0000
committerKevin Daudt <kdaudt@alpinelinux.org>2019-03-08 22:33:01 +0000
commitec2186c154b2618995a96432e0b9e530f483dd7a (patch)
tree317107aec8fe0c95498adee502b5170185c55558 /testing/proot
parente5bc64161b3a4b079fa324bcb3a52e2303d17c08 (diff)
downloadaports-ec2186c154b2618995a96432e0b9e530f483dd7a.tar.bz2
aports-ec2186c154b2618995a96432e0b9e530f483dd7a.tar.xz
testing/proot: disable ppc64le and s390x
These arches are not supported.
Diffstat (limited to 'testing/proot')
-rw-r--r--testing/proot/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/proot/APKBUILD b/testing/proot/APKBUILD
index 136852e502..3eb8bc69e5 100644
--- a/testing/proot/APKBUILD
+++ b/testing/proot/APKBUILD
@@ -7,7 +7,7 @@ _sha=a6db8746f21a2e68a8d0290a0aa9b3ad36d78f56 # contain musl fixes
pkgrel=0
pkgdesc="User-space implementation of chroot, mount --bind, and binfmt_misc"
url="https://proot-me.github.io"
-arch="all"
+arch="all !ppc64le !s390x"
license="GPL-2-or-later"
makedepends="bsd-compat-headers linux-headers libarchive-dev talloc-dev"
subpackages="$pkgname-doc $pkgname-static"