diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-08-05 04:55:47 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-08-05 04:55:47 +0000 |
commit | 6a7fe2cc424417d44eae3aab1c735cf77928bba2 (patch) | |
tree | 706a72b75b9230a35b3dc8199676b4a67348d7dc /dev-perl/IniConf | |
parent | Update minimum dep to eselect-1.0.4, 1.0.3 was broken. (diff) | |
download | gentoo-2-6a7fe2cc424417d44eae3aab1c735cf77928bba2.tar.gz gentoo-2-6a7fe2cc424417d44eae3aab1c735cf77928bba2.tar.bz2 gentoo-2-6a7fe2cc424417d44eae3aab1c735cf77928bba2.zip |
Adding perl dep; fixed DEPEND
(Portage version: 2.1.1_pre3-r1)
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}" + |