diff options
author | Torsten Veller <tove@gentoo.org> | 2010-07-14 06:22:40 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-07-14 06:22:40 +0000 |
commit | 1f500d7543660283756d1291c91aebb846de42f0 (patch) | |
tree | ae016b2e899a251aa12b6a8a3cc6da90117f1467 /virtual/perl-CGI | |
parent | Add perl-5.12 as provider (diff) | |
download | gentoo-2-1f500d7543660283756d1291c91aebb846de42f0.tar.gz gentoo-2-1f500d7543660283756d1291c91aebb846de42f0.tar.bz2 gentoo-2-1f500d7543660283756d1291c91aebb846de42f0.zip |
Add perl-5.12 as provider
(Portage version: 2.2_rc67_p192/cvs/Linux x86_64)
Diffstat (limited to 'virtual/perl-CGI')
-rw-r--r-- | virtual/perl-CGI/ChangeLog | 5 | ||||
-rw-r--r-- | virtual/perl-CGI/perl-CGI-3.49.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/virtual/perl-CGI/ChangeLog b/virtual/perl-CGI/ChangeLog index 1ff06b88390d..387c38e9a983 100644 --- a/virtual/perl-CGI/ChangeLog +++ b/virtual/perl-CGI/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for virtual/perl-CGI # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-CGI/ChangeLog,v 1.67 2010/02/07 13:36:27 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-CGI/ChangeLog,v 1.68 2010/07/14 06:22:40 tove Exp $ + + 14 Jul 2010; Torsten Veller <tove@gentoo.org> perl-CGI-3.49.ebuild: + Add perl-5.12 as provider *perl-CGI-3.49 (07 Feb 2010) diff --git a/virtual/perl-CGI/perl-CGI-3.49.ebuild b/virtual/perl-CGI/perl-CGI-3.49.ebuild index fbfc3cc6f42e..bff00f7dfb84 100644 --- a/virtual/perl-CGI/perl-CGI-3.49.ebuild +++ b/virtual/perl-CGI/perl-CGI-3.49.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-CGI/perl-CGI-3.49.ebuild,v 1.1 2010/02/07 13:36:27 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-CGI/perl-CGI-3.49.ebuild,v 1.2 2010/07/14 06:22:40 tove Exp $ DESCRIPTION="Virtual for CGI" HOMEPAGE="" @@ -11,4 +11,4 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x64-macos" IUSE="" -RDEPEND="~perl-core/CGI-${PV}" +RDEPEND="|| ( ~dev-lang/perl-5.12.1 ~perl-core/CGI-${PV} )" |