summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2006-08-06 01:35:06 +0000
committerMichael Cummings <mcummings@gentoo.org>2006-08-06 01:35:06 +0000
commit666bea4b441081214f950fa7e57f53d32fb790b0 (patch)
tree9133f69884f23216dc86e61074bb3c86c0983294 /dev-perl/XML-LibXML-Common
parentAdding perl dep; fixed DEPEND (diff)
downloadgentoo-2-666bea4b441081214f950fa7e57f53d32fb790b0.tar.gz
gentoo-2-666bea4b441081214f950fa7e57f53d32fb790b0.tar.bz2
gentoo-2-666bea4b441081214f950fa7e57f53d32fb790b0.zip
Adding perl dep; fixed DEPEND
(Portage version: 2.1.1_pre3-r1)
Diffstat (limited to 'dev-perl/XML-LibXML-Common')
-rw-r--r--dev-perl/XML-LibXML-Common/ChangeLog6
-rw-r--r--dev-perl/XML-LibXML-Common/XML-LibXML-Common-0.13.ebuild8
2 files changed, 10 insertions, 4 deletions
diff --git a/dev-perl/XML-LibXML-Common/ChangeLog b/dev-perl/XML-LibXML-Common/ChangeLog
index 14ee62802342..2619a4aee6ff 100644
--- a/dev-perl/XML-LibXML-Common/ChangeLog
+++ b/dev-perl/XML-LibXML-Common/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/XML-LibXML-Common
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-LibXML-Common/ChangeLog,v 1.17 2006/07/05 13:28:12 ian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-LibXML-Common/ChangeLog,v 1.18 2006/08/06 01:35:06 mcummings Exp $
+
+ 06 Aug 2006; Michael Cummings <mcummings@gentoo.org>
+ XML-LibXML-Common-0.13.ebuild:
+ Adding perl dep; fixed DEPEND
05 Jul 2006; Christian Hartmann <ian@gentoo.org>
XML-LibXML-Common-0.13.ebuild:
diff --git a/dev-perl/XML-LibXML-Common/XML-LibXML-Common-0.13.ebuild b/dev-perl/XML-LibXML-Common/XML-LibXML-Common-0.13.ebuild
index efb657aba131..cf26a3f7f7d0 100644
--- a/dev-perl/XML-LibXML-Common/XML-LibXML-Common-0.13.ebuild
+++ b/dev-perl/XML-LibXML-Common/XML-LibXML-Common-0.13.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-Common/XML-LibXML-Common-0.13.ebuild,v 1.17 2006/07/05 13:28:12 ian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-LibXML-Common/XML-LibXML-Common-0.13.ebuild,v 1.18 2006/08/06 01:35:06 mcummings Exp $
IUSE=""
@@ -13,5 +13,7 @@ SLOT="0"
LICENSE="|| ( Artistic GPL-2 )"
KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd"
-DEPEND=">=dev-libs/libxml2-2.4.1"
-RDEPEND="${DEPEND}" \ No newline at end of file
+DEPEND=">=dev-libs/libxml2-2.4.1
+ dev-lang/perl"
+RDEPEND="${DEPEND}"
+