diff options
Diffstat (limited to 'dev-perl/Tie-Array-Sorted')
-rw-r--r-- | dev-perl/Tie-Array-Sorted/Tie-Array-Sorted-1.410.0-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-perl/Tie-Array-Sorted/Tie-Array-Sorted-1.410.0-r1.ebuild b/dev-perl/Tie-Array-Sorted/Tie-Array-Sorted-1.410.0-r1.ebuild index 943a3d5a957e..6f4be16e7573 100644 --- a/dev-perl/Tie-Array-Sorted/Tie-Array-Sorted-1.410.0-r1.ebuild +++ b/dev-perl/Tie-Array-Sorted/Tie-Array-Sorted-1.410.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -13,6 +13,7 @@ LICENSE="|| ( GPL-2 GPL-3 )" # GPL-2+ SLOT="0" KEYWORDS="amd64 ia64 ~ppc sparc x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND="" DEPEND="test? ( virtual/perl-Test-Simple )" |