diff options
author | 2011-01-22 10:08:52 +0000 | |
---|---|---|
committer | 2011-01-22 10:08:52 +0000 | |
commit | d8aba8d2bd197e6cda445cc5cfff4f0688a82361 (patch) | |
tree | 0fb562267e5650834f36e46a6c67fe7352dbbae1 /virtual/perl-DB_File | |
parent | Add perl-5.12.3 as provider (diff) | |
download | gentoo-2-d8aba8d2bd197e6cda445cc5cfff4f0688a82361.tar.gz gentoo-2-d8aba8d2bd197e6cda445cc5cfff4f0688a82361.tar.bz2 gentoo-2-d8aba8d2bd197e6cda445cc5cfff4f0688a82361.zip |
Add perl-5.12.3 as provider
(Portage version: 2.2.0_alpha18/cvs/Linux x86_64)
Diffstat (limited to 'virtual/perl-DB_File')
-rw-r--r-- | virtual/perl-DB_File/ChangeLog | 5 | ||||
-rw-r--r-- | virtual/perl-DB_File/perl-DB_File-1.820.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/virtual/perl-DB_File/ChangeLog b/virtual/perl-DB_File/ChangeLog index 9f8f11d588c5..ec2f6ec8b4ad 100644 --- a/virtual/perl-DB_File/ChangeLog +++ b/virtual/perl-DB_File/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for virtual/perl-DB_File # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-DB_File/ChangeLog,v 1.40 2011/01/13 10:42:02 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-DB_File/ChangeLog,v 1.41 2011/01/22 10:08:52 tove Exp $ + + 22 Jan 2011; Torsten Veller <tove@gentoo.org> perl-DB_File-1.820.ebuild: + Add perl-5.12.3 as provider *perl-DB_File-1.821 (13 Jan 2011) diff --git a/virtual/perl-DB_File/perl-DB_File-1.820.ebuild b/virtual/perl-DB_File/perl-DB_File-1.820.ebuild index df6029e7a904..bac874fe05d4 100644 --- a/virtual/perl-DB_File/perl-DB_File-1.820.ebuild +++ b/virtual/perl-DB_File/perl-DB_File-1.820.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-DB_File/perl-DB_File-1.820.ebuild,v 1.15 2010/09/07 20:19:58 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-DB_File/perl-DB_File-1.820.ebuild,v 1.16 2011/01/22 10:08:52 tove Exp $ EAPI=2 @@ -14,4 +14,4 @@ KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd6 IUSE="" DEPEND="" -RDEPEND="|| ( ~dev-lang/perl-5.12.2[berkdb] ~dev-lang/perl-5.12.1[berkdb] ~dev-lang/perl-5.10.1[berkdb] ~perl-core/DB_File-${PV} )" +RDEPEND="|| ( ~dev-lang/perl-5.12.3 ~dev-lang/perl-5.12.2[berkdb] ~dev-lang/perl-5.12.1[berkdb] ~dev-lang/perl-5.10.1[berkdb] ~perl-core/DB_File-${PV} )" |