diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-02-13 19:46:07 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-02-13 19:46:07 +0000 |
commit | eea62e90bf212d4520535cebcf254a8385c49f5e (patch) | |
tree | 0cffb8d71a4b65323d2ad77818169fcf3b9a3dd4 /virtual/perl-File-Spec/perl-File-Spec-3.12.ebuild | |
parent | just commited the wrong file (exscalibar ebuild), here's the correct (diff) | |
download | historical-eea62e90bf212d4520535cebcf254a8385c49f5e.tar.gz historical-eea62e90bf212d4520535cebcf254a8385c49f5e.tar.bz2 historical-eea62e90bf212d4520535cebcf254a8385c49f5e.zip |
Swapped 3.1 rdeps
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'virtual/perl-File-Spec/perl-File-Spec-3.12.ebuild')
-rw-r--r-- | virtual/perl-File-Spec/perl-File-Spec-3.12.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/virtual/perl-File-Spec/perl-File-Spec-3.12.ebuild b/virtual/perl-File-Spec/perl-File-Spec-3.12.ebuild index 6b08eed80137..1af7e92f458d 100644 --- a/virtual/perl-File-Spec/perl-File-Spec-3.12.ebuild +++ b/virtual/perl-File-Spec/perl-File-Spec-3.12.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-File-Spec/perl-File-Spec-3.12.ebuild,v 1.1 2006/02/06 18:11:32 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-File-Spec/perl-File-Spec-3.12.ebuild,v 1.2 2006/02/13 19:46:07 mcummings Exp $ DESCRIPTION="Virtual for File-Spec" HOMEPAGE="http://www.gentoo.org/proj/en/perl/" @@ -12,5 +12,5 @@ KEYWORDS="alpha ~amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86" IUSE="" DEPEND="" -RDEPEND="~perl-core/File-Spec-${PV}" +RDEPEND="|| ( ~dev-lang/perl-5.8.8 ~perl-core/File-Spec-${PV} )" |