commit:     415f646e13d57d37682cdabad76b192af3f4dde0
Author:     Daniel Campbell <zlg <AT> gentoo <DOT> org>
AuthorDate: Tue Sep  5 23:19:18 2017 +0000
Commit:     Daniel Campbell <zlg <AT> gentoo <DOT> org>
CommitDate: Tue Sep  5 23:19:46 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=415f646e

dev-lang/tcl: restrict faulty testing

Testing for this package is designed for use outside of a package
manager's environment. FEATURES="network-sandbox" produces hours-long
hangs due to incorrect handling of false negatives.

Thanks toralf for reporting.

Gentoo-Bug: 629680
Gentoo-Bug-URL: https://bugs.gentoo.org/629680
Package-Manager: Portage-2.3.6, Repoman-2.3.3

 dev-lang/tcl/tcl-8.6.6.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-lang/tcl/tcl-8.6.6.ebuild b/dev-lang/tcl/tcl-8.6.6.ebuild
index e31efccac32..9ff899c98ac 100644
--- a/dev-lang/tcl/tcl-8.6.6.ebuild
+++ b/dev-lang/tcl/tcl-8.6.6.ebuild
@@ -18,6 +18,8 @@ IUSE="debug +threads"
 
 RDEPEND=">=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]"
 DEPEND="${RDEPEND}"
+# Bug 629680: need to disable testing since network-sandbox creates false 
negatives
+RESTRICT="test"
 
 SPARENT="${WORKDIR}/${MY_P}"
 S="${SPARENT}"/unix

Reply via email to