diff options
Diffstat (limited to 'dev-perl/IniConf')
-rw-r--r-- | dev-perl/IniConf/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/IniConf/IniConf-1.03.ebuild | 8 |
2 files changed, 9 insertions, 4 deletions
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 <mcummings@gentoo.org> IniConf-1.03.ebuild: + Adding perl dep; fixed DEPEND 10 Jul 2006; Aron Griffis <agriffis@gentoo.org> 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}" + |