diff options
Diffstat (limited to 'dev-perl/DBI/DBI-1.50.ebuild')
-rw-r--r-- | dev-perl/DBI/DBI-1.50.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/dev-perl/DBI/DBI-1.50.ebuild b/dev-perl/DBI/DBI-1.50.ebuild index f58b5511ec9a..e7e3c0ec7192 100644 --- a/dev-perl/DBI/DBI-1.50.ebuild +++ b/dev-perl/DBI/DBI-1.50.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBI/DBI-1.50.ebuild,v 1.12 2006/07/04 07:18:55 ian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBI/DBI-1.50.ebuild,v 1.13 2006/08/05 02:14:48 mcummings Exp $ inherit perl-module eutils @@ -13,7 +13,8 @@ SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" IUSE="" -DEPEND=">=dev-perl/PlRPC-0.2" +DEPEND=">=dev-perl/PlRPC-0.2 + dev-lang/perl" RDEPEND="${DEPEND}" -mydoc="ToDo"
\ No newline at end of file +mydoc="ToDo" |