summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/Test-Exception/Test-Exception-0.20.ebuild')
-rw-r--r--dev-perl/Test-Exception/Test-Exception-0.20.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-perl/Test-Exception/Test-Exception-0.20.ebuild b/dev-perl/Test-Exception/Test-Exception-0.20.ebuild
index c356e7b73ab1..d4e4be99b863 100644
--- a/dev-perl/Test-Exception/Test-Exception-0.20.ebuild
+++ b/dev-perl/Test-Exception/Test-Exception-0.20.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Exception/Test-Exception-0.20.ebuild,v 1.7 2005/07/30 12:32:22 pvdabeel Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Exception/Test-Exception-0.20.ebuild,v 1.8 2005/12/03 14:10:32 mcummings Exp $
inherit perl-module
@@ -14,6 +14,6 @@ KEYWORDS="amd64 ppc sparc x86"
IUSE=""
SRC_TEST="do"
-DEPEND="perl-core/Test-Simple
- >=dev-perl/Test-Builder-Tester-1.01
+DEPEND="||( ( <perl-core/Test-Simple-0.62 dev-perl/Test-Builder-Tester )
+ ( >=perl-core/Test-Simple-0.62 ))
dev-perl/Sub-Uplevel"