diff options
author | Andreas Hüttel <dilfridge@gentoo.org> | 2014-07-07 19:54:01 +0000 |
---|---|---|
committer | Andreas Hüttel <dilfridge@gentoo.org> | 2014-07-07 19:54:01 +0000 |
commit | 78bac46dd4d93e2fbf2176697f2098779cb076bf (patch) | |
tree | a523347897efabda83ed199ae6246049688c396f /virtual/perl-ExtUtils-Install/perl-ExtUtils-Install-1.670.0.ebuild | |
parent | Add perl-5.20 version; improve dependencies (diff) | |
download | historical-78bac46dd4d93e2fbf2176697f2098779cb076bf.tar.gz historical-78bac46dd4d93e2fbf2176697f2098779cb076bf.tar.bz2 historical-78bac46dd4d93e2fbf2176697f2098779cb076bf.zip |
Improve dependencies
Package-Manager: portage-2.2.10/cvs/Linux x86_64
Manifest-Sign-Key: 0xEBE6A336BE19039C!
Diffstat (limited to 'virtual/perl-ExtUtils-Install/perl-ExtUtils-Install-1.670.0.ebuild')
-rw-r--r-- | virtual/perl-ExtUtils-Install/perl-ExtUtils-Install-1.670.0.ebuild | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/virtual/perl-ExtUtils-Install/perl-ExtUtils-Install-1.670.0.ebuild b/virtual/perl-ExtUtils-Install/perl-ExtUtils-Install-1.670.0.ebuild index 39a82f0eb4a3..389a214fcd23 100644 --- a/virtual/perl-ExtUtils-Install/perl-ExtUtils-Install-1.670.0.ebuild +++ b/virtual/perl-ExtUtils-Install/perl-ExtUtils-Install-1.670.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-ExtUtils-Install/perl-ExtUtils-Install-1.670.0.ebuild,v 1.1 2014/07/06 10:14:42 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-ExtUtils-Install/perl-ExtUtils-Install-1.670.0.ebuild,v 1.2 2014/07/07 19:53:57 dilfridge Exp $ EAPI=5 @@ -14,4 +14,8 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~spa IUSE="" DEPEND="" -RDEPEND="|| ( =dev-lang/perl-5.20* ~perl-core/ExtUtils-Install-${PV} )" +RDEPEND=" + || ( =dev-lang/perl-5.20* ~perl-core/${PN#perl-}-${PV} ) + !<perl-core/${PN#perl-}-${PV} + !>perl-core/${PN#perl-}-${PV}-r999 +" |