diff options
author | Christian Hartmann <ian@gentoo.org> | 2006-07-05 13:29:54 +0000 |
---|---|---|
committer | Christian Hartmann <ian@gentoo.org> | 2006-07-05 13:29:54 +0000 |
commit | 4c2e1ffe02c1c86aeb58ed918381b86ee7eb3307 (patch) | |
tree | 9a16ea7c8a04d6480abafc43e6c0e68546cce2dd /dev-perl/XML-LibXML-Iterator/XML-LibXML-Iterator-1.00.ebuild | |
parent | Fixed RDEPEND wrt bug #134781; fixed DEPEND (diff) | |
download | historical-4c2e1ffe02c1c86aeb58ed918381b86ee7eb3307.tar.gz historical-4c2e1ffe02c1c86aeb58ed918381b86ee7eb3307.tar.bz2 historical-4c2e1ffe02c1c86aeb58ed918381b86ee7eb3307.zip |
Fixed RDEPEND wrt bug #134781; fixed header
Package-Manager: portage-2.1.1_pre2-r2
Diffstat (limited to 'dev-perl/XML-LibXML-Iterator/XML-LibXML-Iterator-1.00.ebuild')
-rw-r--r-- | dev-perl/XML-LibXML-Iterator/XML-LibXML-Iterator-1.00.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
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 5eb935b4b14d..022642ad462f 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-2005 Gentoo Foundation +# 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.10 2005/10/03 12:15:33 agriffis Exp $ +# $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 $ inherit perl-module @@ -15,3 +15,4 @@ IUSE="" DEPEND="dev-perl/XML-LibXML dev-perl/XML-NodeFilter" +RDEPEND="${DEPEND}" |