From 329fd46bf5ab13b8065b06b46cb11fff040d0d21 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Sun, 26 Aug 2018 01:29:54 -0300 Subject: [PATCH] gns3-server: set only_for_archs again --- srcpkgs/gns3-server/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/gns3-server/template b/srcpkgs/gns3-server/template index 44fe5f59a36..5955df4ab29 100644 --- a/srcpkgs/gns3-server/template +++ b/srcpkgs/gns3-server/template @@ -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"