mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
netbsd-rumpkernel: restrict archs
I don't think this is tested on other archs at all, and e.g. does not support ppc64 ELFv2 ABI and possibly other specifics for various archs, so go with a safe set. [ci skip]
This commit is contained in:
parent
6b8560715c
commit
e90129754a
1 changed files with 3 additions and 2 deletions
|
@ -1,11 +1,12 @@
|
||||||
# Template file for 'netbsd-rumpkernel'.
|
# Template file for 'netbsd-rumpkernel'
|
||||||
pkgname=netbsd-rumpkernel
|
pkgname=netbsd-rumpkernel
|
||||||
version=20140526
|
version=20140526
|
||||||
revision=2
|
revision=2
|
||||||
|
archs="x86_64* i686*"
|
||||||
wrksrc="buildrump.sh-${version}"
|
wrksrc="buildrump.sh-${version}"
|
||||||
|
hostmakedepends="git"
|
||||||
short_desc="The NetBSD rump kernel"
|
short_desc="The NetBSD rump kernel"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
hostmakedepends="git"
|
|
||||||
license="BSD"
|
license="BSD"
|
||||||
homepage="https://github.com/anttikantee/buildrump.sh"
|
homepage="https://github.com/anttikantee/buildrump.sh"
|
||||||
distfiles="https://github.com/rumpkernel/buildrump.sh/archive/v${version}.tar.gz"
|
distfiles="https://github.com/rumpkernel/buildrump.sh/archive/v${version}.tar.gz"
|
||||||
|
|
Loading…
Add table
Reference in a new issue