diff options
author | Michael Cummings <mcummings@gentoo.org> | 2007-02-05 17:14:01 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2007-02-05 17:14:01 +0000 |
commit | 34fc64920f2b3bb52bb164e052bf5757c0e9486e (patch) | |
tree | 5bc609f9b88995dffd61a6f4567dfa7abf60ae15 /virtual | |
parent | Version bump (diff) | |
download | gentoo-2-34fc64920f2b3bb52bb164e052bf5757c0e9486e.tar.gz gentoo-2-34fc64920f2b3bb52bb164e052bf5757c0e9486e.tar.bz2 gentoo-2-34fc64920f2b3bb52bb164e052bf5757c0e9486e.zip |
Fixed dep
(Portage version: 2.1.2-r5)
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/perl-Getopt-Long/perl-Getopt-Long-2.36.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/virtual/perl-Getopt-Long/perl-Getopt-Long-2.36.ebuild b/virtual/perl-Getopt-Long/perl-Getopt-Long-2.36.ebuild index 6040463998c7..6ac0003dbde7 100644 --- a/virtual/perl-Getopt-Long/perl-Getopt-Long-2.36.ebuild +++ b/virtual/perl-Getopt-Long/perl-Getopt-Long-2.36.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Getopt-Long/perl-Getopt-Long-2.36.ebuild,v 1.1 2007/02/05 17:13:01 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Getopt-Long/perl-Getopt-Long-2.36.ebuild,v 1.2 2007/02/05 17:14:01 mcummings Exp $ DESCRIPTION="Virtual for Getopt-Long" HOMEPAGE="http://www.gentoo.org/proj/en/perl/" @@ -12,5 +12,5 @@ KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" IUSE="" DEPEND="" -RDEPEND="|| ( ~dev-lang/perl-5.8.8 ~perl-core/Getopt-Long-${PV} )" +RDEPEND="~perl-core/Getopt-Long-${PV}" |