diff options
author | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-03-08 22:33:01 +0000 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-03-08 22:33:01 +0000 |
commit | ec2186c154b2618995a96432e0b9e530f483dd7a (patch) | |
tree | 317107aec8fe0c95498adee502b5170185c55558 | |
parent | e5bc64161b3a4b079fa324bcb3a52e2303d17c08 (diff) | |
download | aports-ec2186c154b2618995a96432e0b9e530f483dd7a.tar.bz2 aports-ec2186c154b2618995a96432e0b9e530f483dd7a.tar.xz |
testing/proot: disable ppc64le and s390x
These arches are not supported.
-rw-r--r-- | testing/proot/APKBUILD | 2 |
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" |