summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2006-08-06 01:40:39 +0000
committerMichael Cummings <mcummings@gentoo.org>2006-08-06 01:40:39 +0000
commit429865242ce7b32c68610693cc65c6717abb4f4a (patch)
tree7aec20e7ea90a057a8addd82418c19418040cad6 /dev-perl/XML-LibXML-Iterator
parentAdding perl dep; fixed header; fixed DEPEND (diff)
downloadhistorical-429865242ce7b32c68610693cc65c6717abb4f4a.tar.gz
historical-429865242ce7b32c68610693cc65c6717abb4f4a.tar.bz2
historical-429865242ce7b32c68610693cc65c6717abb4f4a.zip
Adding perl dep; fixed DEPEND
Package-Manager: portage-2.1.1_pre3-r1
Diffstat (limited to 'dev-perl/XML-LibXML-Iterator')
-rw-r--r--dev-perl/XML-LibXML-Iterator/ChangeLog6
-rw-r--r--dev-perl/XML-LibXML-Iterator/XML-LibXML-Iterator-1.00.ebuild7
2 files changed, 10 insertions, 3 deletions
diff --git a/dev-perl/XML-LibXML-Iterator/ChangeLog b/dev-perl/XML-LibXML-Iterator/ChangeLog
index 0d567192fd56..3c3a83bb7a9b 100644
--- a/dev-perl/XML-LibXML-Iterator/ChangeLog
+++ b/dev-perl/XML-LibXML-Iterator/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/XML-LibXML-Iterator
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-LibXML-Iterator/ChangeLog,v 1.9 2006/07/05 13:28:58 ian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-LibXML-Iterator/ChangeLog,v 1.10 2006/08/06 01:36:12 mcummings Exp $
+
+ 06 Aug 2006; Michael Cummings <mcummings@gentoo.org>
+ XML-LibXML-Iterator-1.00.ebuild:
+ Adding perl dep; fixed DEPEND
05 Jul 2006; Christian Hartmann <ian@gentoo.org>
XML-LibXML-Iterator-1.00.ebuild:
diff --git a/dev-perl/XML-LibXML-Iterator/XML-LibXML-Iterator-1.00.ebuild b/dev-perl/XML-LibXML-Iterator/XML-LibXML-Iterator-1.00.ebuild
index 022642ad462f..c80717d4f305 100644
--- a/dev-perl/XML-LibXML-Iterator/XML-LibXML-Iterator-1.00.ebuild
+++ b/dev-perl/XML-LibXML-Iterator/XML-LibXML-Iterator-1.00.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/XML-LibXML-Iterator/XML-LibXML-Iterator-1.00.ebuild,v 1.11 2006/07/05 13:28:58 ian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-LibXML-Iterator/XML-LibXML-Iterator-1.00.ebuild,v 1.12 2006/08/06 01:36:12 mcummings Exp $
inherit perl-module
@@ -14,5 +14,8 @@ KEYWORDS="alpha amd64 ia64 ~ppc sparc x86"
IUSE=""
DEPEND="dev-perl/XML-LibXML
- dev-perl/XML-NodeFilter"
+ dev-perl/XML-NodeFilter
+ dev-lang/perl"
RDEPEND="${DEPEND}"
+
+