diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-08-05 04:59:56 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-08-05 04:59:56 +0000 |
commit | 5090676ec26d3aaeab0084b6fa6a3b30e8a49008 (patch) | |
tree | 88e4d00134aa14834a66eac611f4069f73c1e662 /dev-perl/IP-Country/IP-Country-2.20.ebuild | |
parent | Update my email address: spyderous -> dberkholz. (diff) | |
download | historical-5090676ec26d3aaeab0084b6fa6a3b30e8a49008.tar.gz historical-5090676ec26d3aaeab0084b6fa6a3b30e8a49008.tar.bz2 historical-5090676ec26d3aaeab0084b6fa6a3b30e8a49008.zip |
Adding perl dep; fixed DEPEND
Package-Manager: portage-2.1.1_pre3-r1
Diffstat (limited to 'dev-perl/IP-Country/IP-Country-2.20.ebuild')
-rw-r--r-- | dev-perl/IP-Country/IP-Country-2.20.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/dev-perl/IP-Country/IP-Country-2.20.ebuild b/dev-perl/IP-Country/IP-Country-2.20.ebuild index 524e66f57ab3..1ef1ae052458 100644 --- a/dev-perl/IP-Country/IP-Country-2.20.ebuild +++ b/dev-perl/IP-Country/IP-Country-2.20.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/IP-Country/IP-Country-2.20.ebuild,v 1.10 2006/07/04 11:26:10 ian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IP-Country/IP-Country-2.20.ebuild,v 1.11 2006/08/05 04:48:39 mcummings Exp $ inherit perl-module @@ -15,6 +15,8 @@ IUSE="" SRC_TEST="do" -DEPEND="dev-perl/Geography-Countries" +DEPEND="dev-perl/Geography-Countries + dev-lang/perl" RDEPEND="${DEPEND}" -mydoc="TODO"
\ No newline at end of file +mydoc="TODO" + |