diff options
author | 2011-05-17 17:54:40 +0000 | |
---|---|---|
committer | 2011-05-17 17:54:40 +0000 | |
commit | 316a620519f3cfed1be3d32b89103cfd6b408580 (patch) | |
tree | f11fe0e2a00187c11629ee9ef7fe95cc8d42a977 /virtual/perl-parent | |
parent | Really install docs, closing bug #367195 (diff) | |
download | gentoo-2-316a620519f3cfed1be3d32b89103cfd6b408580.tar.gz gentoo-2-316a620519f3cfed1be3d32b89103cfd6b408580.tar.bz2 gentoo-2-316a620519f3cfed1be3d32b89103cfd6b408580.zip |
Add perl-5.14.0 as provider
(Portage version: 2.2.0_alpha33/cvs/Linux x86_64)
Diffstat (limited to 'virtual/perl-parent')
-rw-r--r-- | virtual/perl-parent/ChangeLog | 8 | ||||
-rw-r--r-- | virtual/perl-parent/perl-parent-0.225.0-r1.ebuild (renamed from virtual/perl-parent/perl-parent-0.225.0.ebuild) | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/virtual/perl-parent/ChangeLog b/virtual/perl-parent/ChangeLog index 4841473907f4..c92e5dc5765b 100644 --- a/virtual/perl-parent/ChangeLog +++ b/virtual/perl-parent/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for virtual/perl-parent # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-parent/ChangeLog,v 1.13 2011/03/09 07:36:25 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-parent/ChangeLog,v 1.14 2011/05/17 17:54:40 tove Exp $ + +*perl-parent-0.225.0-r1 (17 May 2011) + + 17 May 2011; Torsten Veller <tove@gentoo.org> -perl-parent-0.225.0.ebuild, + +perl-parent-0.225.0-r1.ebuild: + Add perl-5.14.0 as provider *perl-parent-0.225.0 (09 Mar 2011) diff --git a/virtual/perl-parent/perl-parent-0.225.0.ebuild b/virtual/perl-parent/perl-parent-0.225.0-r1.ebuild index 664513ccda21..09a3a6ef3976 100644 --- a/virtual/perl-parent/perl-parent-0.225.0.ebuild +++ b/virtual/perl-parent/perl-parent-0.225.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-parent/perl-parent-0.225.0.ebuild,v 1.1 2011/03/09 07:36:25 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-parent/perl-parent-0.225.0-r1.ebuild,v 1.1 2011/05/17 17:54:40 tove Exp $ DESCRIPTION="Virtual for parent" HOMEPAGE="" @@ -11,4 +11,4 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="" -RDEPEND="~perl-core/parent-${PV}" +RDEPEND="|| ( ~dev-lang/perl-5.14.0 ~perl-core/parent-${PV} )" |