diff options
author | 2009-08-25 10:57:01 +0000 | |
---|---|---|
committer | 2009-08-25 10:57:01 +0000 | |
commit | 1387702daa19592335344aa41b8788b46761f3a8 (patch) | |
tree | d12980966a38137af537dbaeb42166d01dcd74d1 /virtual/perl-CGI | |
parent | Renamed xfce4-battery and xfce4-cellmodem. (diff) | |
download | historical-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-CGI')
-rw-r--r-- | virtual/perl-CGI/ChangeLog | 5 | ||||
-rw-r--r-- | virtual/perl-CGI/perl-CGI-3.43.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/virtual/perl-CGI/ChangeLog b/virtual/perl-CGI/ChangeLog index 5892249b7dbf..ab08ee06d8f5 100644 --- a/virtual/perl-CGI/ChangeLog +++ b/virtual/perl-CGI/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for virtual/perl-CGI # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-CGI/ChangeLog,v 1.53 2009/08/22 22:19:33 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-CGI/ChangeLog,v 1.54 2009/08/25 10:56:49 tove Exp $ + + 25 Aug 2009; Torsten Veller <tove@gentoo.org> perl-CGI-3.43.ebuild: + Add support for perl-5.10.1 *perl-CGI-3.45 (22 Aug 2009) diff --git a/virtual/perl-CGI/perl-CGI-3.43.ebuild b/virtual/perl-CGI/perl-CGI-3.43.ebuild index 4f1e1c0e0ae1..f4ba7a1dde2f 100644 --- a/virtual/perl-CGI/perl-CGI-3.43.ebuild +++ b/virtual/perl-CGI/perl-CGI-3.43.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-CGI/perl-CGI-3.43.ebuild,v 1.1 2009/04/07 04:53:11 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-CGI/perl-CGI-3.43.ebuild,v 1.2 2009/08/25 10:56:49 tove Exp $ DESCRIPTION="Virtual for CGI" HOMEPAGE="http://www.gentoo.org/proj/en/perl/" @@ -12,4 +12,4 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~spar IUSE="" DEPEND="" -RDEPEND="~perl-core/CGI-${PV}" +RDEPEND="|| ( ~dev-lang/perl-5.10.1 ~perl-core/CGI-${PV} )" |