diff options
author | Michael Cummings <mcummings@gentoo.org> | 2005-05-25 15:11:11 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2005-05-25 15:11:11 +0000 |
commit | ee46b2caefa74005baa5bd80cc56e33fe5c33e94 (patch) | |
tree | 37f292229fcb84fae0164b516f145c8202ed468b /dev-perl/Exception-Class/Exception-Class-1.14-r1.ebuild | |
parent | dev-perl/Test-Simple => perl-core/Test-Simple migration (diff) | |
download | gentoo-2-ee46b2caefa74005baa5bd80cc56e33fe5c33e94.tar.gz gentoo-2-ee46b2caefa74005baa5bd80cc56e33fe5c33e94.tar.bz2 gentoo-2-ee46b2caefa74005baa5bd80cc56e33fe5c33e94.zip |
dev-perl/Test-Simple => perl-core/Test-Simple migration
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'dev-perl/Exception-Class/Exception-Class-1.14-r1.ebuild')
-rw-r--r-- | dev-perl/Exception-Class/Exception-Class-1.14-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Exception-Class/Exception-Class-1.14-r1.ebuild b/dev-perl/Exception-Class/Exception-Class-1.14-r1.ebuild index b8361c2fdb58..c621f8b22723 100644 --- a/dev-perl/Exception-Class/Exception-Class-1.14-r1.ebuild +++ b/dev-perl/Exception-Class/Exception-Class-1.14-r1.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/Exception-Class/Exception-Class-1.14-r1.ebuild,v 1.9 2005/04/25 15:02:14 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Class/Exception-Class-1.14-r1.ebuild,v 1.10 2005/05/25 15:06:46 mcummings Exp $ myconf='INSTALLDIRS=vendor' inherit perl-module @@ -17,6 +17,6 @@ DEPEND="${DEPEND} >=dev-lang/perl-5.8.0-r12 >=dev-perl/Class-Data-Inheritable-0.02 >=dev-perl/Devel-StackTrace-1.01 - >=dev-perl/Test-Simple-0.47" + >=perl-core/Test-Simple-0.47" export OPTIMIZE="$CFLAGS" |