diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-08-05 04:10:41 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-08-05 04:10:41 +0000 |
commit | 302e8f1488798e3601bb7a62c7e801618c030dbb (patch) | |
tree | d2dc837166b891c5d423ea69403d241cc91adbea /dev-perl/Geography-Countries | |
parent | Adding perl dep; fixed DEPEND (diff) | |
download | gentoo-2-302e8f1488798e3601bb7a62c7e801618c030dbb.tar.gz gentoo-2-302e8f1488798e3601bb7a62c7e801618c030dbb.tar.bz2 gentoo-2-302e8f1488798e3601bb7a62c7e801618c030dbb.zip |
Adding perl dep; fixed DEPEND
(Portage version: 2.1.1_pre3-r1)
Diffstat (limited to 'dev-perl/Geography-Countries')
-rw-r--r-- | dev-perl/Geography-Countries/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Geography-Countries/Geography-Countries-1.4.ebuild | 6 |
2 files changed, 10 insertions, 2 deletions
diff --git a/dev-perl/Geography-Countries/ChangeLog b/dev-perl/Geography-Countries/ChangeLog index bc24027e6b84..ede8e88aa989 100644 --- a/dev-perl/Geography-Countries/ChangeLog +++ b/dev-perl/Geography-Countries/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Geography-Countries # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Geography-Countries/ChangeLog,v 1.12 2006/07/10 15:48:23 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Geography-Countries/ChangeLog,v 1.13 2006/08/05 04:10:41 mcummings Exp $ + + 05 Aug 2006; Michael Cummings <mcummings@gentoo.org> + Geography-Countries-1.4.ebuild: + Adding perl dep; fixed DEPEND 10 Jul 2006; Aron Griffis <agriffis@gentoo.org> Geography-Countries-1.4.ebuild: diff --git a/dev-perl/Geography-Countries/Geography-Countries-1.4.ebuild b/dev-perl/Geography-Countries/Geography-Countries-1.4.ebuild index 7ca1e8c491f9..f34f827276b4 100644 --- a/dev-perl/Geography-Countries/Geography-Countries-1.4.ebuild +++ b/dev-perl/Geography-Countries/Geography-Countries-1.4.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/Geography-Countries/Geography-Countries-1.4.ebuild,v 1.12 2006/07/10 15:48:23 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Geography-Countries/Geography-Countries-1.4.ebuild,v 1.13 2006/08/05 04:10:41 mcummings Exp $ inherit perl-module @@ -14,3 +14,7 @@ KEYWORDS="~amd64 hppa ia64 ~ppc ppc64 sparc x86 ~x86-fbsd" IUSE="" SRC_TEST="do" + + +DEPEND="dev-lang/perl" +RDEPEND="${DEPEND}" |