diff options
Diffstat (limited to 'dev-perl/Class-DBI')
-rw-r--r-- | dev-perl/Class-DBI/Class-DBI-0.95.ebuild | 3 | ||||
-rw-r--r-- | dev-perl/Class-DBI/Class-DBI-0.96.ebuild | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/dev-perl/Class-DBI/Class-DBI-0.95.ebuild b/dev-perl/Class-DBI/Class-DBI-0.95.ebuild index c4374bb8be99..944dd43679c6 100644 --- a/dev-perl/Class-DBI/Class-DBI-0.95.ebuild +++ b/dev-perl/Class-DBI/Class-DBI-0.95.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/Class-DBI/Class-DBI-0.95.ebuild,v 1.3 2004/06/25 00:12:07 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-DBI/Class-DBI-0.95.ebuild,v 1.4 2004/07/14 16:51:12 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" +IUSE="" # Tests aren't possible since they require interaction with the DB's diff --git a/dev-perl/Class-DBI/Class-DBI-0.96.ebuild b/dev-perl/Class-DBI/Class-DBI-0.96.ebuild index 5124ac0f0d7e..fd59cf64dd4a 100644 --- a/dev-perl/Class-DBI/Class-DBI-0.96.ebuild +++ b/dev-perl/Class-DBI/Class-DBI-0.96.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/Class-DBI/Class-DBI-0.96.ebuild,v 1.2 2004/06/25 00:12:07 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-DBI/Class-DBI-0.96.ebuild,v 1.3 2004/07/14 16:51:12 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" +IUSE="" # Tests aren't possible since they require interaction with the DB's |