diff options
author | Torsten Veller <tove@gentoo.org> | 2010-09-07 20:33:18 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-09-07 20:33:18 +0000 |
commit | 96e0d929b6819723be4da929b7373f54bfccd4e2 (patch) | |
tree | 7a5574e28afc7f5f89fd0653a598a3314b4dd2fc | |
parent | Add perl-5.12.2 as provider (diff) | |
download | gentoo-2-96e0d929b6819723be4da929b7373f54bfccd4e2.tar.gz gentoo-2-96e0d929b6819723be4da929b7373f54bfccd4e2.tar.bz2 gentoo-2-96e0d929b6819723be4da929b7373f54bfccd4e2.zip |
Add perl-5.12.2 as provider
(Portage version: 2.2_rc77/cvs/Linux x86_64)
-rw-r--r-- | virtual/perl-Scalar-List-Utils/ChangeLog | 6 | ||||
-rw-r--r-- | virtual/perl-Scalar-List-Utils/perl-Scalar-List-Utils-1.22.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/virtual/perl-Scalar-List-Utils/ChangeLog b/virtual/perl-Scalar-List-Utils/ChangeLog index 1e22a3978b9c..7f95e9af8f0e 100644 --- a/virtual/perl-Scalar-List-Utils/ChangeLog +++ b/virtual/perl-Scalar-List-Utils/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for virtual/perl-Scalar-List-Utils # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Scalar-List-Utils/ChangeLog,v 1.40 2010/09/03 12:24:11 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Scalar-List-Utils/ChangeLog,v 1.41 2010/09/07 20:33:18 tove Exp $ + + 07 Sep 2010; Torsten Veller <tove@gentoo.org> + perl-Scalar-List-Utils-1.22.ebuild: + Add perl-5.12.2 as provider 03 Sep 2010; Christian Faulhammer <fauli@gentoo.org> perl-Scalar-List-Utils-1.23.ebuild: diff --git a/virtual/perl-Scalar-List-Utils/perl-Scalar-List-Utils-1.22.ebuild b/virtual/perl-Scalar-List-Utils/perl-Scalar-List-Utils-1.22.ebuild index c5fcbe59fd8b..fd35f864fcca 100644 --- a/virtual/perl-Scalar-List-Utils/perl-Scalar-List-Utils-1.22.ebuild +++ b/virtual/perl-Scalar-List-Utils/perl-Scalar-List-Utils-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-Scalar-List-Utils/perl-Scalar-List-Utils-1.22.ebuild,v 1.4 2010/07/15 16:10:17 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Scalar-List-Utils/perl-Scalar-List-Utils-1.22.ebuild,v 1.5 2010/09/07 20:33:18 tove Exp $ DESCRIPTION="Virtual for Scalar-List-Utils" HOMEPAGE="" @@ -11,4 +11,4 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" -RDEPEND="|| ( ~dev-lang/perl-5.12.1 ~perl-core/Scalar-List-Utils-${PV} )" +RDEPEND="|| ( ~dev-lang/perl-5.12.2 ~dev-lang/perl-5.12.1 ~perl-core/Scalar-List-Utils-${PV} )" |