diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2015-06-20 20:08:15 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2015-06-20 20:08:15 +0000 |
commit | e618ecf7b8008161ace4e37b5e46f26f5d655432 (patch) | |
tree | 1aeb5c31b3647c470f44ea7d6a8372386a2eff97 /virtual/perl-Test-Simple/perl-Test-Simple-1.1.14.ebuild | |
parent | Fix gtk-doc install location (diff) | |
download | gentoo-2-e618ecf7b8008161ace4e37b5e46f26f5d655432.tar.gz gentoo-2-e618ecf7b8008161ace4e37b5e46f26f5d655432.tar.bz2 gentoo-2-e618ecf7b8008161ace4e37b5e46f26f5d655432.zip |
Specify version in Test-Tester block
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0B08240A96F66571)
Diffstat (limited to 'virtual/perl-Test-Simple/perl-Test-Simple-1.1.14.ebuild')
-rw-r--r-- | virtual/perl-Test-Simple/perl-Test-Simple-1.1.14.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/virtual/perl-Test-Simple/perl-Test-Simple-1.1.14.ebuild b/virtual/perl-Test-Simple/perl-Test-Simple-1.1.14.ebuild index ac42106e6aac..69515968629b 100644 --- a/virtual/perl-Test-Simple/perl-Test-Simple-1.1.14.ebuild +++ b/virtual/perl-Test-Simple/perl-Test-Simple-1.1.14.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Test-Simple/perl-Test-Simple-1.1.14.ebuild,v 1.1 2015/06/12 22:30:30 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Test-Simple/perl-Test-Simple-1.1.14.ebuild,v 1.2 2015/06/20 20:08:15 dilfridge Exp $ EAPI=5 @@ -17,6 +17,6 @@ RDEPEND=" || ( =dev-lang/perl-5.22* ~perl-core/${PN#perl-}-${PV} ) !<perl-core/${PN#perl-}-${PV} !>perl-core/${PN#perl-}-${PV}-r999 - !dev-perl/Test-Tester + !<dev-perl/Test-Tester-0.114.0 !dev-perl/Test-use-ok " |