summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Hartmann <ian@gentoo.org>2006-07-05 13:28:12 +0000
committerChristian Hartmann <ian@gentoo.org>2006-07-05 13:28:12 +0000
commit531bb242ee71cb9d85ef77ec5ce9a95de2764e18 (patch)
tree1cbe13af993c4557f822b95bbbcefa1a332bf495 /dev-perl/XML-LibXML-Common
parentFixed RDEPEND wrt bug #134781; fixed header (diff)
downloadgentoo-2-531bb242ee71cb9d85ef77ec5ce9a95de2764e18.tar.gz
gentoo-2-531bb242ee71cb9d85ef77ec5ce9a95de2764e18.tar.bz2
gentoo-2-531bb242ee71cb9d85ef77ec5ce9a95de2764e18.zip
Fixed RDEPEND wrt bug #134781; fixed DEPEND
(Portage version: 2.1.1_pre2-r2)
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.ebuild6
2 files changed, 8 insertions, 4 deletions
diff --git a/dev-perl/XML-LibXML-Common/ChangeLog b/dev-perl/XML-LibXML-Common/ChangeLog
index 36916de0829e..14ee62802342 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.16 2006/06/29 17:08:16 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-LibXML-Common/ChangeLog,v 1.17 2006/07/05 13:28:12 ian Exp $
+
+ 05 Jul 2006; Christian Hartmann <ian@gentoo.org>
+ XML-LibXML-Common-0.13.ebuild:
+ Fixed RDEPEND wrt bug #134781; fixed DEPEND
29 Jun 2006; Gustavo Zacarias <gustavoz@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 e3ad482802ff..efb657aba131 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.16 2006/06/29 17:08:16 gustavoz Exp $
+# $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 $
IUSE=""
@@ -13,5 +13,5 @@ SLOT="0"
LICENSE="|| ( Artistic GPL-2 )"
KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd"
-DEPEND="${DEPEND}
- >=dev-libs/libxml2-2.4.1"
+DEPEND=">=dev-libs/libxml2-2.4.1"
+RDEPEND="${DEPEND}" \ No newline at end of file