diff options
author | Christian Hartmann <ian@gentoo.org> | 2006-07-04 11:26:10 +0000 |
---|---|---|
committer | Christian Hartmann <ian@gentoo.org> | 2006-07-04 11:26:10 +0000 |
commit | 5113d22aa16781cb0026d13cb4732b852421fbd1 (patch) | |
tree | d9d41a21252a3004c97ac5c5479499219cf2bb70 /dev-perl/IP-Country/IP-Country-2.21.ebuild | |
parent | Stable on x86. (diff) | |
download | gentoo-2-5113d22aa16781cb0026d13cb4732b852421fbd1.tar.gz gentoo-2-5113d22aa16781cb0026d13cb4732b852421fbd1.tar.bz2 gentoo-2-5113d22aa16781cb0026d13cb4732b852421fbd1.zip |
Fixed RDEPEND wrt bug #134781
(Portage version: 2.1.1_pre2-r2)
Diffstat (limited to 'dev-perl/IP-Country/IP-Country-2.21.ebuild')
-rw-r--r-- | dev-perl/IP-Country/IP-Country-2.21.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-perl/IP-Country/IP-Country-2.21.ebuild b/dev-perl/IP-Country/IP-Country-2.21.ebuild index 2e2e5ecf8640..84d4230a5488 100644 --- a/dev-perl/IP-Country/IP-Country-2.21.ebuild +++ b/dev-perl/IP-Country/IP-Country-2.21.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.21.ebuild,v 1.3 2006/06/29 16:49:38 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IP-Country/IP-Country-2.21.ebuild,v 1.4 2006/07/04 11:26:10 ian Exp $ inherit perl-module @@ -16,4 +16,5 @@ IUSE="" SRC_TEST="do" DEPEND="dev-perl/Geography-Countries" -mydoc="TODO" +RDEPEND="${DEPEND}" +mydoc="TODO"
\ No newline at end of file |