mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 12:01:41 +02:00
testing/proot: list supported architectures explicitly
Upstream is only aware of AArch64, AArch32, AMD64, IA-32 and SH-4 (see src/arch.h)
This commit is contained in:
parent
ba57c8d19e
commit
89fe3e62a9
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user