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-libnet
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-libnet')
-rw-r--r--virtual/perl-libnet/ChangeLog5
-rw-r--r--virtual/perl-libnet/perl-libnet-1.22.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/virtual/perl-libnet/ChangeLog b/virtual/perl-libnet/ChangeLog
index 357aadc1024e..b7f91328135f 100644
--- a/virtual/perl-libnet/ChangeLog
+++ b/virtual/perl-libnet/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for virtual/perl-libnet
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/perl-libnet/ChangeLog,v 1.22 2009/07/07 02:33:02 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-libnet/ChangeLog,v 1.23 2009/08/25 10:56:55 tove Exp $
+
+ 25 Aug 2009; Torsten Veller <tove@gentoo.org> perl-libnet-1.22.ebuild:
+ Add support for perl-5.10.1
07 Jul 2009; Jeroen Roovers <jer@gentoo.org> perl-libnet-1.22.ebuild:
Stable for HPPA too.
diff --git a/virtual/perl-libnet/perl-libnet-1.22.ebuild b/virtual/perl-libnet/perl-libnet-1.22.ebuild
index e6d840593571..2d2a5124ae63 100644
--- a/virtual/perl-libnet/perl-libnet-1.22.ebuild
+++ b/virtual/perl-libnet/perl-libnet-1.22.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-libnet/perl-libnet-1.22.ebuild,v 1.5 2009/07/07 02:33:02 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-libnet/perl-libnet-1.22.ebuild,v 1.6 2009/08/25 10:56:55 tove Exp $
DESCRIPTION="Virtual for libnet"
HOMEPAGE="http://www.gentoo.org/proj/en/perl/"
@@ -12,4 +12,4 @@ KEYWORDS="alpha ~amd64 arm hppa ia64 m68k ~mips ~ppc ~ppc64 s390 sh sparc x86 ~s
IUSE=""
DEPEND=""
-RDEPEND="~perl-core/libnet-${PV}"
+RDEPEND="|| ( ~dev-lang/perl-5.10.1 ~perl-core/libnet-${PV} )"