diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-02-13 19:03:58 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-02-13 19:03:58 +0000 |
commit | 6a29ba75583685e1b4814cf803cc8fe30ff61de9 (patch) | |
tree | 4f5b5d9522918a8718545e2da2578d53f341a0bc /virtual/perl-CGI/perl-CGI-3.15.ebuild | |
parent | Version bump to 0.4 (closes bug #118470, thanks to Jeff Kowalczyk <jtk@yahoo.... (diff) | |
download | historical-6a29ba75583685e1b4814cf803cc8fe30ff61de9.tar.gz historical-6a29ba75583685e1b4814cf803cc8fe30ff61de9.tar.bz2 historical-6a29ba75583685e1b4814cf803cc8fe30ff61de9.zip |
Updated RDEPENDS
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'virtual/perl-CGI/perl-CGI-3.15.ebuild')
-rw-r--r-- | virtual/perl-CGI/perl-CGI-3.15.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/virtual/perl-CGI/perl-CGI-3.15.ebuild b/virtual/perl-CGI/perl-CGI-3.15.ebuild index 9d2998d21711..1a1c4442be41 100644 --- a/virtual/perl-CGI/perl-CGI-3.15.ebuild +++ b/virtual/perl-CGI/perl-CGI-3.15.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-CGI/perl-CGI-3.15.ebuild,v 1.1 2006/02/06 17:15:50 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-CGI/perl-CGI-3.15.ebuild,v 1.2 2006/02/13 19:01:38 mcummings Exp $ DESCRIPTION="Virtual for CGI" HOMEPAGE="http://www.gentoo.org/proj/en/perl/" @@ -12,5 +12,5 @@ KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" IUSE="" DEPEND="" -RDEPEND="~perl-core/CGI-${PV}" +RDEPEND="|| ( >=dev-lang/perl-5.8.8 ~perl-core/CGI-${PV} )" |