gns3-server: set only_for_archs again
This commit is contained in:
parent
1984232181
commit
329fd46bf5
1 changed files with 1 additions and 2 deletions
|
@ -14,7 +14,6 @@ license="GPL-3.0-or-later"
|
|||
homepage="https://gns3.com"
|
||||
distfiles="https://github.com/GNS3/gns3-server/archive/v${version}.tar.gz"
|
||||
checksum=2255fd3fd2eb7756f58d8f1b60e32d24899a14ca471de1ae03f6db2d8cd00b4f
|
||||
nocross="ships a x86_64 busybox binary on ${sitelib}/gns3server/compute/docker/resources/bin/busybox"
|
||||
|
||||
pre_build() {
|
||||
# relax requirements
|
||||
|
@ -32,7 +31,7 @@ post_install() {
|
|||
# modules that are used to drive additional virtualization backends
|
||||
# for gns3. For more information, see this ticket:
|
||||
# https://github.com/GNS3/gns3-server/issues/970
|
||||
# only_for_archs="x86_64"
|
||||
only_for_archs="x86_64"
|
||||
|
||||
case "$XBPS_TARGET_ARCH" in
|
||||
i686*) broken="https://travis-ci.org/voidlinux/void-packages/jobs/384402938"
|
||||
|
|
Loading…
Reference in a new issue