X-Original-To: alpine-aports@lists.alpinelinux.org Received: from mx7.valuehost.ru (mx7.valuehost.ru [217.112.42.214]) by lists.alpinelinux.org (Postfix) with ESMTP id BF007F83264 for ; Wed, 13 Mar 2019 10:42:19 +0000 (UTC) Received: from mx7.valuehost.ru (unknown [127.0.0.255]) by mx7.valuehost.ru (Postfix) with ESMTP id D91CB4FF88 for ; Wed, 13 Mar 2019 13:42:15 +0300 (MSK) From: alpine-mips-patches Date: Wed, 13 Mar 2019 10:33:57 +0000 Subject: [alpine-aports] [PATCH] testing/proot: list supported architectures explicitly To: alpine-aports@lists.alpinelinux.org Message-Id: <20190313104215.D91CB4FF88@mx7.valuehost.ru> X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: Upstream is only aware of AArch64, AArch32, AMD64, IA-32 and SH-4 (see src/arch.h) --- testing/proot/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testing/proot/APKBUILD b/testing/proot/APKBUILD index 3eb8bc69e5..168fba91fa 100644 --- a/testing/proot/APKBUILD +++ b/testing/proot/APKBUILD @@ -4,10 +4,10 @@ pkgname=proot _pkgname=PRoot pkgver=5.1.0_git20190306 _sha=a6db8746f21a2e68a8d0290a0aa9b3ad36d78f56 # contain musl fixes -pkgrel=0 +pkgrel=1 pkgdesc="User-space implementation of chroot, mount --bind, and binfmt_misc" url="https://proot-me.github.io" -arch="all !ppc64le !s390x" +arch="aarch64 armhf armv7 x86 x86_64" license="GPL-2-or-later" makedepends="bsd-compat-headers linux-headers libarchive-dev talloc-dev" subpackages="$pkgname-doc $pkgname-static" -- 2.21.0 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---