diff options
author | 2010-07-15 15:26:45 +0000 | |
---|---|---|
committer | 2010-07-15 15:26:45 +0000 | |
commit | 2199ea3ccf239f2a4a17dffd8d615188eb37fad0 (patch) | |
tree | 649f5ca2e731affe090850b76bbe04cf86dcb383 /virtual | |
parent | version bump to 0.9.10.20 (diff) | |
download | gentoo-2-2199ea3ccf239f2a4a17dffd8d615188eb37fad0.tar.gz gentoo-2-2199ea3ccf239f2a4a17dffd8d615188eb37fad0.tar.bz2 gentoo-2-2199ea3ccf239f2a4a17dffd8d615188eb37fad0.zip |
Add perl-5.12 as provider
(Portage version: 2.2_rc67_p226/cvs/Linux x86_64)
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/perl-libnet/ChangeLog | 5 | ||||
-rw-r--r-- | virtual/perl-libnet/perl-libnet-1.22.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/virtual/perl-libnet/ChangeLog b/virtual/perl-libnet/ChangeLog index 97fd23336b4f..176209f41a86 100644 --- a/virtual/perl-libnet/ChangeLog +++ b/virtual/perl-libnet/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for virtual/perl-libnet # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-libnet/ChangeLog,v 1.29 2010/01/17 15:17:18 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-libnet/ChangeLog,v 1.30 2010/07/15 15:26:45 tove Exp $ + + 15 Jul 2010; Torsten Veller <tove@gentoo.org> perl-libnet-1.22.ebuild: + Add perl-5.12 as provider (#328397) 17 Jan 2010; Torsten Veller <tove@gentoo.org> -perl-libnet-1.21.ebuild: Cleanup diff --git a/virtual/perl-libnet/perl-libnet-1.22.ebuild b/virtual/perl-libnet/perl-libnet-1.22.ebuild index bab59d5dcf4b..b5a27826ef34 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-2010 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.11 2010/01/07 20:42:33 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-libnet/perl-libnet-1.22.ebuild,v 1.12 2010/07/15 15:26:45 tove Exp $ DESCRIPTION="Virtual for libnet" HOMEPAGE="" @@ -12,4 +12,4 @@ KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc- IUSE="" DEPEND="" -RDEPEND="|| ( ~dev-lang/perl-5.10.1 ~perl-core/libnet-${PV} )" +RDEPEND="|| ( ~dev-lang/perl-5.12.1 ~dev-lang/perl-5.10.1 ~perl-core/libnet-${PV} )" |