diff options
Diffstat (limited to 'virtual/perl-CGI/perl-CGI-3.07.ebuild')
-rw-r--r-- | virtual/perl-CGI/perl-CGI-3.07.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/virtual/perl-CGI/perl-CGI-3.07.ebuild b/virtual/perl-CGI/perl-CGI-3.07.ebuild index f45e9121cd87..fc481733cecd 100644 --- a/virtual/perl-CGI/perl-CGI-3.07.ebuild +++ b/virtual/perl-CGI/perl-CGI-3.07.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.07.ebuild,v 1.2 2006/02/13 19:01:38 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-CGI/perl-CGI-3.07.ebuild,v 1.3 2006/02/13 19:16:20 mcummings Exp $ DESCRIPTION="Virtual for CGI" HOMEPAGE="http://www.gentoo.org/proj/en/perl/" @@ -12,5 +12,5 @@ KEYWORDS="~x86 ~amd64 ~ppc ~sparc ~alpha ~mips ~ia64 ~ppc64" IUSE="" DEPEND="" -RDEPEND="|| ( >dev-lang/perl-5.8.6 ~perl-core/CGI-${PV} )" +RDEPEND="~perl-core/CGI-${PV}" |