summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2009-08-25 10:57:01 +0000
committerTorsten Veller <tove@gentoo.org>2009-08-25 10:57:01 +0000
commit1387702daa19592335344aa41b8788b46761f3a8 (patch)
treed12980966a38137af537dbaeb42166d01dcd74d1 /virtual/perl-Module-Build
parentRenamed xfce4-battery and xfce4-cellmodem. (diff)
downloadhistorical-1387702daa19592335344aa41b8788b46761f3a8.tar.gz
historical-1387702daa19592335344aa41b8788b46761f3a8.tar.bz2
historical-1387702daa19592335344aa41b8788b46761f3a8.zip
Add support for perl-5.10.1
Package-Manager: portage-2.2_rc40/cvs/Linux x86_64
Diffstat (limited to 'virtual/perl-Module-Build')
-rw-r--r--virtual/perl-Module-Build/ChangeLog6
-rw-r--r--virtual/perl-Module-Build/perl-Module-Build-0.34.0201.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/virtual/perl-Module-Build/ChangeLog b/virtual/perl-Module-Build/ChangeLog
index fa9ffdf65d70..6972356331e7 100644
--- a/virtual/perl-Module-Build/ChangeLog
+++ b/virtual/perl-Module-Build/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for virtual/perl-Module-Build
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Module-Build/ChangeLog,v 1.11 2009/08/10 11:12:15 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Module-Build/ChangeLog,v 1.12 2009/08/25 10:56:45 tove Exp $
+
+ 25 Aug 2009; Torsten Veller <tove@gentoo.org>
+ perl-Module-Build-0.34.0201.ebuild:
+ Add support for perl-5.10.1
*perl-Module-Build-0.34.0201 (10 Aug 2009)
diff --git a/virtual/perl-Module-Build/perl-Module-Build-0.34.0201.ebuild b/virtual/perl-Module-Build/perl-Module-Build-0.34.0201.ebuild
index 22d5171ddc11..cccdda493dba 100644
--- a/virtual/perl-Module-Build/perl-Module-Build-0.34.0201.ebuild
+++ b/virtual/perl-Module-Build/perl-Module-Build-0.34.0201.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-Build/perl-Module-Build-0.34.0201.ebuild,v 1.1 2009/08/10 11:12:15 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Module-Build/perl-Module-Build-0.34.0201.ebuild,v 1.2 2009/08/25 10:56:45 tove Exp $
DESCRIPTION="Build and install Perl modules"
HOMEPAGE="http://www.gentoo.org/proj/en/perl/"
@@ -11,4 +11,4 @@ SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
IUSE=""
-RDEPEND="~perl-core/Module-Build-${PV}"
+RDEPEND="|| ( ~dev-lang/perl-5.10.1 ~perl-core/Module-Build-${PV} )"