diff options
Diffstat (limited to 'dev-lang/tcc/tcc-0.9.27.ebuild')
-rw-r--r-- | dev-lang/tcc/tcc-0.9.27.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-lang/tcc/tcc-0.9.27.ebuild b/dev-lang/tcc/tcc-0.9.27.ebuild index c9bb96edd47e..4fee67f37dc2 100644 --- a/dev-lang/tcc/tcc-0.9.27.ebuild +++ b/dev-lang/tcc/tcc-0.9.27.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -17,6 +17,7 @@ DEPEND="dev-lang/perl" # doc generation # Both tendra and tinycc install /usr/bin/tcc RDEPEND="!dev-lang/tendra" IUSE="test" +RESTRICT="!test? ( test )" src_prepare() { # Don't strip |