diff options
Diffstat (limited to 'virtual/perl-File-Spec/perl-File-Spec-3.31.ebuild')
-rw-r--r-- | virtual/perl-File-Spec/perl-File-Spec-3.31.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/virtual/perl-File-Spec/perl-File-Spec-3.31.ebuild b/virtual/perl-File-Spec/perl-File-Spec-3.31.ebuild index 13b22185ddc7..c1288627a21c 100644 --- a/virtual/perl-File-Spec/perl-File-Spec-3.31.ebuild +++ b/virtual/perl-File-Spec/perl-File-Spec-3.31.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-File-Spec/perl-File-Spec-3.31.ebuild,v 1.1 2009/11/10 10:31:41 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-File-Spec/perl-File-Spec-3.31.ebuild,v 1.2 2009/11/10 15:39:23 tove Exp $ DESCRIPTION="Virtual for File-Spec" 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="|| ( ~dev-lang/perl-5.10.1 ~perl-core/File-Spec-${PV} )" +RDEPEND="~perl-core/File-Spec-${PV}" |