summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Hartmann <ian@gentoo.org>2006-07-05 13:58:23 +0000
committerChristian Hartmann <ian@gentoo.org>2006-07-05 13:58:23 +0000
commitaf4ccfc7fa3c1dc8560eec4860ede164fb33d38c (patch)
treefcb00d6efbf9bd73e2d8eeeac84543a38eb97115 /dev-perl/XML-XPath/XML-XPath-1.13.ebuild
parentFixed RDEPEND wrt bug #134781 (diff)
downloadgentoo-2-af4ccfc7fa3c1dc8560eec4860ede164fb33d38c.tar.gz
gentoo-2-af4ccfc7fa3c1dc8560eec4860ede164fb33d38c.tar.bz2
gentoo-2-af4ccfc7fa3c1dc8560eec4860ede164fb33d38c.zip
Fixed RDEPEND wrt bug #134781; fixed header; fixed DEPEND
(Portage version: 2.1.1_pre2-r2)
Diffstat (limited to 'dev-perl/XML-XPath/XML-XPath-1.13.ebuild')
-rw-r--r--dev-perl/XML-XPath/XML-XPath-1.13.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-perl/XML-XPath/XML-XPath-1.13.ebuild b/dev-perl/XML-XPath/XML-XPath-1.13.ebuild
index e9ae00ecd76a..18a1398d5c1d 100644
--- a/dev-perl/XML-XPath/XML-XPath-1.13.ebuild
+++ b/dev-perl/XML-XPath/XML-XPath-1.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-XPath/XML-XPath-1.13.ebuild,v 1.16 2006/06/29 23:31:45 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-XPath/XML-XPath-1.13.ebuild,v 1.17 2006/07/05 13:58:23 ian Exp $
inherit perl-module
@@ -13,5 +13,5 @@ LICENSE="Artistic"
KEYWORDS="alpha amd64 ~hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd"
IUSE=""
-DEPEND="${DEPEND}
- >=dev-perl/XML-Parser-2.30"
+DEPEND=">=dev-perl/XML-Parser-2.30"
+RDEPEND="${DEPEND}" \ No newline at end of file