commit: eb3536cc7156117a2899c1e97d33770cd1611d6d Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org> AuthorDate: Fri Dec 25 17:04:22 2020 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Fri Dec 25 17:04:22 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb3536cc
dev-tcltk/tcllib: remove a test that require net Closes: https://bugs.gentoo.org/754720 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org> dev-tcltk/tcllib/tcllib-1.20.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dev-tcltk/tcllib/tcllib-1.20.ebuild b/dev-tcltk/tcllib/tcllib-1.20.ebuild index 28e555d1489..45760d91552 100644 --- a/dev-tcltk/tcllib/tcllib-1.20.ebuild +++ b/dev-tcltk/tcllib/tcllib-1.20.ebuild @@ -30,6 +30,11 @@ HTML_DOCS=( idoc/www ) PATCHES=( "${FILESDIR}"/${P}-test.patch ) +src_prepare() { + default + rm modules/httpd/httpd.test || die +} + src_test() { USER= virtx emake test_batch }
