diff options
author | Daniel Campbell <zlg@gentoo.org> | 2017-09-05 16:19:18 -0700 |
---|---|---|
committer | Daniel Campbell <zlg@gentoo.org> | 2017-09-05 16:19:46 -0700 |
commit | 415f646e13d57d37682cdabad76b192af3f4dde0 (patch) | |
tree | 98e702b4ab54196b500898747607a5333e5d3fe5 /dev-lang/tcl | |
parent | sys-libs/libblockdev: python is non-optional (bug #629768). (diff) | |
download | gentoo-415f646e13d57d37682cdabad76b192af3f4dde0.tar.gz gentoo-415f646e13d57d37682cdabad76b192af3f4dde0.tar.bz2 gentoo-415f646e13d57d37682cdabad76b192af3f4dde0.zip |
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
Diffstat (limited to 'dev-lang/tcl')
-rw-r--r-- | dev-lang/tcl/tcl-8.6.6.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-lang/tcl/tcl-8.6.6.ebuild b/dev-lang/tcl/tcl-8.6.6.ebuild index e31efccac323..9ff899c98ac4 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 |