commit:     0ec0a7642577e366fb75560f49b82fec12f1e00c
Author:     William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Tue May 26 23:31:48 2020 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Tue May 26 23:33:13 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ec0a764

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 <AT> gentoo.org>

 dev-go/go-md2man/go-md2man-2.0.0.ebuild | 4 ++++
 1 file changed, 4 insertions(+)

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 05192cf6398..c2c7bbae829 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
 }

Reply via email to