diff options
author | Torsten Veller <tove@gentoo.org> | 2010-07-14 06:37:21 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-07-14 06:37:21 +0000 |
commit | e99e43eb220b8dda11580a366745fa6025086749 (patch) | |
tree | db1f5ea80d22b44b40e142cdac3c5953b125c842 /virtual/perl-Module-Load | |
parent | Add perl-5.12 as provider (diff) | |
download | gentoo-2-e99e43eb220b8dda11580a366745fa6025086749.tar.gz gentoo-2-e99e43eb220b8dda11580a366745fa6025086749.tar.bz2 gentoo-2-e99e43eb220b8dda11580a366745fa6025086749.zip |
Add perl-5.12 as provider
(Portage version: 2.2_rc67_p192/cvs/Linux x86_64)
Diffstat (limited to 'virtual/perl-Module-Load')
-rw-r--r-- | virtual/perl-Module-Load/ChangeLog | 6 | ||||
-rw-r--r-- | virtual/perl-Module-Load/perl-Module-Load-0.16.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/virtual/perl-Module-Load/ChangeLog b/virtual/perl-Module-Load/ChangeLog index 25acc06e132f..fcb8f9afebd5 100644 --- a/virtual/perl-Module-Load/ChangeLog +++ b/virtual/perl-Module-Load/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for virtual/perl-Module-Load # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Module-Load/ChangeLog,v 1.7 2010/03/05 07:16:25 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Module-Load/ChangeLog,v 1.8 2010/07/14 06:37:21 tove Exp $ + + 14 Jul 2010; Torsten Veller <tove@gentoo.org> + perl-Module-Load-0.16.ebuild: + Add perl-5.12 as provider *perl-Module-Load-0.18 (05 Mar 2010) diff --git a/virtual/perl-Module-Load/perl-Module-Load-0.16.ebuild b/virtual/perl-Module-Load/perl-Module-Load-0.16.ebuild index 76a14b23f08d..bccdb048935c 100644 --- a/virtual/perl-Module-Load/perl-Module-Load-0.16.ebuild +++ b/virtual/perl-Module-Load/perl-Module-Load-0.16.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Module-Load/perl-Module-Load-0.16.ebuild,v 1.4 2010/01/07 20:24:56 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Module-Load/perl-Module-Load-0.16.ebuild,v 1.5 2010/07/14 06:37:21 tove Exp $ DESCRIPTION="runtime require of both modules and files" HOMEPAGE="" @@ -12,4 +12,4 @@ KEYWORDS="~amd64 ~ppc ~x86" IUSE="" DEPEND="" -RDEPEND="|| ( ~dev-lang/perl-5.10.1 ~perl-core/Module-Load-${PV} )" +RDEPEND="|| ( ~dev-lang/perl-5.12.1 ~dev-lang/perl-5.10.1 ~perl-core/Module-Load-${PV} )" |