From 6a7fe2cc424417d44eae3aab1c735cf77928bba2 Mon Sep 17 00:00:00 2001 From: Michael Cummings Date: Sat, 5 Aug 2006 04:55:47 +0000 Subject: Adding perl dep; fixed DEPEND (Portage version: 2.1.1_pre3-r1) --- dev-perl/IniConf/ChangeLog | 5 ++++- dev-perl/IniConf/IniConf-1.03.ebuild | 8 +++++--- 2 files changed, 9 insertions(+), 4 deletions(-) (limited to 'dev-perl/IniConf') diff --git a/dev-perl/IniConf/ChangeLog b/dev-perl/IniConf/ChangeLog index 6cf92a541ed7..3e1743e62744 100644 --- a/dev-perl/IniConf/ChangeLog +++ b/dev-perl/IniConf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/IniConf # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/IniConf/ChangeLog,v 1.7 2006/07/10 16:19:03 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IniConf/ChangeLog,v 1.8 2006/08/05 04:55:47 mcummings Exp $ + + 05 Aug 2006; Michael Cummings IniConf-1.03.ebuild: + Adding perl dep; fixed DEPEND 10 Jul 2006; Aron Griffis IniConf-1.03.ebuild: Mark 1.03 stable on ia64 diff --git a/dev-perl/IniConf/IniConf-1.03.ebuild b/dev-perl/IniConf/IniConf-1.03.ebuild index 3f4ab3a1a463..ee86857f8d83 100644 --- a/dev-perl/IniConf/IniConf-1.03.ebuild +++ b/dev-perl/IniConf/IniConf-1.03.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/IniConf/IniConf-1.03.ebuild,v 1.6 2006/07/10 16:19:03 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IniConf/IniConf-1.03.ebuild,v 1.7 2006/08/05 04:55:47 mcummings Exp $ inherit perl-module @@ -15,5 +15,7 @@ KEYWORDS="ia64 sparc x86" SRC_TEST="do" -DEPEND="dev-perl/Config-IniFiles" -RDEPEND="${DEPEND}" \ No newline at end of file +DEPEND="dev-perl/Config-IniFiles + dev-lang/perl" +RDEPEND="${DEPEND}" + -- cgit v1.2.3-65-gdbad