diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-02-13 14:27:39 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-02-13 14:27:39 +0000 |
commit | 511380ebc4f572e06e39a54a7d176545760ddf4d (patch) | |
tree | ee3b0b5e9c63f4fb18eaeae1ce9d711101dd850b /dev-perl/Test-Exception/Test-Exception-0.20.ebuild | |
parent | Virtuals for some perl-core deps (diff) | |
download | historical-511380ebc4f572e06e39a54a7d176545760ddf4d.tar.gz historical-511380ebc4f572e06e39a54a7d176545760ddf4d.tar.bz2 historical-511380ebc4f572e06e39a54a7d176545760ddf4d.zip |
Virtuals for perl-core
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'dev-perl/Test-Exception/Test-Exception-0.20.ebuild')
-rw-r--r-- | dev-perl/Test-Exception/Test-Exception-0.20.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-perl/Test-Exception/Test-Exception-0.20.ebuild b/dev-perl/Test-Exception/Test-Exception-0.20.ebuild index aff7695001d1..612d220580f9 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 +# Copyright 1999-2006 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.10 2005/12/14 07:21:14 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Exception/Test-Exception-0.20.ebuild,v 1.11 2006/02/13 14:06:07 mcummings Exp $ inherit perl-module @@ -14,6 +14,6 @@ KEYWORDS="amd64 ppc sparc x86" IUSE="" SRC_TEST="do" -DEPEND="|| ( >=perl-core/Test-Simple-0.62 - ( <perl-core/Test-Simple-0.62 dev-perl/Test-Builder-Tester ) ) +DEPEND="|| ( >=virtual/perl-Test-Simple-0.62 + ( <virtual/perl-Test-Simple-0.62 dev-perl/Test-Builder-Tester ) ) dev-perl/Sub-Uplevel" |