diff options
author | Torsten Veller <tove@gentoo.org> | 2009-08-25 10:57:01 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-08-25 10:57:01 +0000 |
commit | f0acd8f2392cc74d6f259385b6fec5e48d609012 (patch) | |
tree | a101d65f39b052e5f28048b2794ddba217128813 /virtual/perl-Module-Load-Conditional | |
parent | Renamed xfce4-battery and xfce4-cellmodem. (diff) | |
download | gentoo-2-f0acd8f2392cc74d6f259385b6fec5e48d609012.tar.gz gentoo-2-f0acd8f2392cc74d6f259385b6fec5e48d609012.tar.bz2 gentoo-2-f0acd8f2392cc74d6f259385b6fec5e48d609012.zip |
Add support for perl-5.10.1
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'virtual/perl-Module-Load-Conditional')
-rw-r--r-- | virtual/perl-Module-Load-Conditional/ChangeLog | 6 | ||||
-rw-r--r-- | virtual/perl-Module-Load-Conditional/perl-Module-Load-Conditional-0.30.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/virtual/perl-Module-Load-Conditional/ChangeLog b/virtual/perl-Module-Load-Conditional/ChangeLog index eb024ca632ab..d7fc22fbc5fd 100644 --- a/virtual/perl-Module-Load-Conditional/ChangeLog +++ b/virtual/perl-Module-Load-Conditional/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for virtual/perl-Module-Load-Conditional # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Module-Load-Conditional/ChangeLog,v 1.1 2009/01/20 12:55:16 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Module-Load-Conditional/ChangeLog,v 1.2 2009/08/25 10:56:46 tove Exp $ + + 25 Aug 2009; Torsten Veller <tove@gentoo.org> + perl-Module-Load-Conditional-0.30.ebuild: + Add support for perl-5.10.1 *perl-Module-Load-Conditional-0.30 (20 Jan 2009) *perl-Module-Load-Conditional-0.28 (20 Jan 2009) diff --git a/virtual/perl-Module-Load-Conditional/perl-Module-Load-Conditional-0.30.ebuild b/virtual/perl-Module-Load-Conditional/perl-Module-Load-Conditional-0.30.ebuild index c9f3f98f7239..8bc07292c438 100644 --- a/virtual/perl-Module-Load-Conditional/perl-Module-Load-Conditional-0.30.ebuild +++ b/virtual/perl-Module-Load-Conditional/perl-Module-Load-Conditional-0.30.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Module-Load-Conditional/perl-Module-Load-Conditional-0.30.ebuild,v 1.2 2009/01/20 13:04:29 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Module-Load-Conditional/perl-Module-Load-Conditional-0.30.ebuild,v 1.3 2009/08/25 10:56:46 tove Exp $ DESCRIPTION="Looking up module information / loading at runtime" HOMEPAGE="http://www.gentoo.org/proj/en/perl/" @@ -12,4 +12,4 @@ KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="" -RDEPEND="~perl-core/Module-Load-Conditional-${PV}" +RDEPEND="|| ( ~dev-lang/perl-5.10.1 ~perl-core/Module-Load-Conditional-${PV} )" |