diff options
author | 2006-02-13 20:00:52 +0000 | |
---|---|---|
committer | 2006-02-13 20:00:52 +0000 | |
commit | 2078b1af025ce7f9ce69248d719278c447647373 (patch) | |
tree | 237244552caa879e6c2ad7df25ec40e4365a0700 /virtual/perl-Test-Simple/perl-Test-Simple-0.62.ebuild | |
parent | Removed from dev-lisp: Frequent upstream releases means a CVS ebuild for ECLS... (diff) | |
download | historical-2078b1af025ce7f9ce69248d719278c447647373.tar.gz historical-2078b1af025ce7f9ce69248d719278c447647373.tar.bz2 historical-2078b1af025ce7f9ce69248d719278c447647373.zip |
Updated RDEPS
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'virtual/perl-Test-Simple/perl-Test-Simple-0.62.ebuild')
-rw-r--r-- | virtual/perl-Test-Simple/perl-Test-Simple-0.62.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/virtual/perl-Test-Simple/perl-Test-Simple-0.62.ebuild b/virtual/perl-Test-Simple/perl-Test-Simple-0.62.ebuild index 1d67bb9a3776..ab0a013db70f 100644 --- a/virtual/perl-Test-Simple/perl-Test-Simple-0.62.ebuild +++ b/virtual/perl-Test-Simple/perl-Test-Simple-0.62.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-Test-Simple/perl-Test-Simple-0.62.ebuild,v 1.1 2006/02/06 17:06:38 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Test-Simple/perl-Test-Simple-0.62.ebuild,v 1.2 2006/02/13 19:57:46 mcummings Exp $ DESCRIPTION="Virtual for Test-Simple" HOMEPAGE="http://www.gentoo.org/proj/en/perl/" @@ -12,5 +12,5 @@ KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86" IUSE="" DEPEND="" -RDEPEND="~perl-core/Test-Simple-${PV}" +RDEPEND="|| ( ~dev-lang/perl-5.8.8 ~perl-core/Test-Simple-${PV} )" |