diff options
author | Michael Cummings <mcummings@gentoo.org> | 2003-01-03 02:59:57 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2003-01-03 02:59:57 +0000 |
commit | 17bcaa79eced931b43a190c33c9f5badd1f1d9dd (patch) | |
tree | 17e4ce1dea0e2a17987f109776de059aa7dc3b46 /dev-perl/XML-LibXML/XML-LibXML-1.54.ebuild | |
parent | date fix (wrong year, month, the works) (diff) | |
download | gentoo-2-17bcaa79eced931b43a190c33c9f5badd1f1d9dd.tar.gz gentoo-2-17bcaa79eced931b43a190c33c9f5badd1f1d9dd.tar.bz2 gentoo-2-17bcaa79eced931b43a190c33c9f5badd1f1d9dd.zip |
missing deps added
Diffstat (limited to 'dev-perl/XML-LibXML/XML-LibXML-1.54.ebuild')
-rw-r--r-- | dev-perl/XML-LibXML/XML-LibXML-1.54.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-perl/XML-LibXML/XML-LibXML-1.54.ebuild b/dev-perl/XML-LibXML/XML-LibXML-1.54.ebuild index 9c4710e4536c..c5338e573822 100644 --- a/dev-perl/XML-LibXML/XML-LibXML-1.54.ebuild +++ b/dev-perl/XML-LibXML/XML-LibXML-1.54.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-LibXML/XML-LibXML-1.54.ebuild,v 1.1 2003/01/03 01:49:32 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-LibXML/XML-LibXML-1.54.ebuild,v 1.2 2003/01/03 02:59:57 mcummings Exp $ inherit perl-module @@ -18,7 +18,8 @@ LICENSE="Artistic" KEYWORDS="x86 ~alpha ~ppc ~sparc " DEPEND="${DEPEND} - >=dev-perl/XML-SAX-0.10 + >=dev-perl/XML-SAX-0.12 + dev-perl/XML-LibXML-Common >=dev-libs/libxml2-2.4.1 >=dev-perl/XML-NamespaceSupport-1.07" |