summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hubbs <williamh@gentoo.org>2020-05-26 18:31:48 -0500
committerWilliam Hubbs <williamh@gentoo.org>2020-05-26 18:33:13 -0500
commit0ec0a7642577e366fb75560f49b82fec12f1e00c (patch)
treee57ca4b40262370426be29201a3911de046989db /dev-go/go-md2man
parentsci-mathematics/rw: disable static libs and delete libtool archives. (diff)
downloadgentoo-0ec0a7642577e366fb75560f49b82fec12f1e00c.tar.gz
gentoo-0ec0a7642577e366fb75560f49b82fec12f1e00c.tar.bz2
gentoo-0ec0a7642577e366fb75560f49b82fec12f1e00c.zip
dev-go/go-md2man: restrict tests due to the use of the network
Closes: https://bugs.gentoo.org/715028 Signed-off-by: William Hubbs <williamh@gentoo.org>
Diffstat (limited to 'dev-go/go-md2man')
-rw-r--r--dev-go/go-md2man/go-md2man-2.0.0.ebuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/dev-go/go-md2man/go-md2man-2.0.0.ebuild b/dev-go/go-md2man/go-md2man-2.0.0.ebuild
index 05192cf63981..c2c7bbae8299 100644
--- a/dev-go/go-md2man/go-md2man-2.0.0.ebuild
+++ b/dev-go/go-md2man/go-md2man-2.0.0.ebuild
@@ -12,6 +12,10 @@ LICENSE="BSD-2 MIT"
SLOT="0"
KEYWORDS="amd64 ~arm ~arm64 ~ppc64"
+# restrict tests because they need network-sandbox disabled
+# bug https://bugs.gentoo.org/715028
+RESTRICT+=" test"
+
src_compile() {
emake BUILD_FLAGS="-mod=vendor" build
}