diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 17:19:42 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 17:19:42 +0000 |
commit | eb007e4b5e32257fc02cc47de05e6df7ed14bb7e (patch) | |
tree | bfa01849aa1cdc37a50522dc4813898bc6fae3d0 /dev-perl/DBIx-ContextualFetch | |
parent | sync IUSE (missing), don't assign S=${WORKDIR}/${P}, trim trailing whitespace... (diff) | |
download | gentoo-2-eb007e4b5e32257fc02cc47de05e6df7ed14bb7e.tar.gz gentoo-2-eb007e4b5e32257fc02cc47de05e6df7ed14bb7e.tar.bz2 gentoo-2-eb007e4b5e32257fc02cc47de05e6df7ed14bb7e.zip |
sync IUSE (missing)
Diffstat (limited to 'dev-perl/DBIx-ContextualFetch')
-rw-r--r-- | dev-perl/DBIx-ContextualFetch/DBIx-ContextualFetch-1.01.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-perl/DBIx-ContextualFetch/DBIx-ContextualFetch-1.01.ebuild b/dev-perl/DBIx-ContextualFetch/DBIx-ContextualFetch-1.01.ebuild index 02c0d24f8b30..ed2ef3e2681a 100644 --- a/dev-perl/DBIx-ContextualFetch/DBIx-ContextualFetch-1.01.ebuild +++ b/dev-perl/DBIx-ContextualFetch/DBIx-ContextualFetch-1.01.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBIx-ContextualFetch/DBIx-ContextualFetch-1.01.ebuild,v 1.4 2004/06/25 00:23:04 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBIx-ContextualFetch/DBIx-ContextualFetch-1.01.ebuild,v 1.5 2004/07/14 17:19:42 agriffis Exp $ inherit perl-module @@ -11,6 +11,7 @@ SRC_URI="http://search.cpan.org/CPAN/authors/id/T/TM/TMTM/${P}.tar.gz" LICENSE="Artistic | GPL-2" SLOT="0" KEYWORDS="x86 ~sparc ~ppc" +IUSE="" SRC_TEST="do" DEPEND=">=dev-perl/DBI-1.37 |