From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-969774-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id B918E1396D0
	for <garchives@archives.gentoo.org>; Wed, 30 Aug 2017 07:33:31 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 03C111FC015;
	Wed, 30 Aug 2017 07:33:31 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id D7A451FC015
	for <gentoo-commits@lists.gentoo.org>; Wed, 30 Aug 2017 07:33:30 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id D842333FE7D
	for <gentoo-commits@lists.gentoo.org>; Wed, 30 Aug 2017 07:33:29 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 4F9C987A1
	for <gentoo-commits@lists.gentoo.org>; Wed, 30 Aug 2017 07:33:28 +0000 (UTC)
From: "Gilles Dartiguelongue" <eva@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" <eva@gentoo.org>
Message-ID: <1504078399.ce23f389d7d3bdbf3e7b23d493674484bdad60cf.eva@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libxml2/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-libs/libxml2/libxml2-2.9.4-r1.ebuild dev-libs/libxml2/libxml2-2.9.4-r2.ebuild dev-libs/libxml2/libxml2-2.9.4-r3.ebuild
X-VCS-Directories: dev-libs/libxml2/
X-VCS-Committer: eva
X-VCS-Committer-Name: Gilles Dartiguelongue
X-VCS-Revision: ce23f389d7d3bdbf3e7b23d493674484bdad60cf
X-VCS-Branch: master
Date: Wed, 30 Aug 2017 07:33:28 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: a2b11371-a95e-4ecc-8678-8095098a02f9
X-Archives-Hash: 146129900f91b96e89be9db021cb7ea2

commit:     ce23f389d7d3bdbf3e7b23d493674484bdad60cf
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 30 07:32:30 2017 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Wed Aug 30 07:33:19 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce23f389

dev-libs/libxml2: fix DEPEND issue preventing build, bug #604292

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-libs/libxml2/libxml2-2.9.4-r1.ebuild | 2 +-
 dev-libs/libxml2/libxml2-2.9.4-r2.ebuild | 2 +-
 dev-libs/libxml2/libxml2-2.9.4-r3.ebuild | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-libs/libxml2/libxml2-2.9.4-r1.ebuild b/dev-libs/libxml2/libxml2-2.9.4-r1.ebuild
index a8f85bad940..4a0945630c4 100644
--- a/dev-libs/libxml2/libxml2-2.9.4-r1.ebuild
+++ b/dev-libs/libxml2/libxml2-2.9.4-r1.ebuild
@@ -36,7 +36,7 @@ RDEPEND="
 	python? ( ${PYTHON_DEPS} )
 	readline? ( sys-libs/readline:= )
 "
-DEPEND="${EDEPEND}
+DEPEND="${RDEPEND}
 	dev-util/gtk-doc-am
 	virtual/pkgconfig
 	hppa? ( >=sys-devel/binutils-2.15.92.0.2 )

diff --git a/dev-libs/libxml2/libxml2-2.9.4-r2.ebuild b/dev-libs/libxml2/libxml2-2.9.4-r2.ebuild
index 22b6dec79b0..465cae6a0a7 100644
--- a/dev-libs/libxml2/libxml2-2.9.4-r2.ebuild
+++ b/dev-libs/libxml2/libxml2-2.9.4-r2.ebuild
@@ -36,7 +36,7 @@ RDEPEND="
 	python? ( ${PYTHON_DEPS} )
 	readline? ( sys-libs/readline:= )
 "
-DEPEND="${EDEPEND}
+DEPEND="${RDEPEND}
 	dev-util/gtk-doc-am
 	virtual/pkgconfig
 	hppa? ( >=sys-devel/binutils-2.15.92.0.2 )

diff --git a/dev-libs/libxml2/libxml2-2.9.4-r3.ebuild b/dev-libs/libxml2/libxml2-2.9.4-r3.ebuild
index 9ee156a9cb0..cbc4d854eb2 100644
--- a/dev-libs/libxml2/libxml2-2.9.4-r3.ebuild
+++ b/dev-libs/libxml2/libxml2-2.9.4-r3.ebuild
@@ -36,7 +36,7 @@ RDEPEND="
 	python? ( ${PYTHON_DEPS} )
 	readline? ( sys-libs/readline:= )
 "
-DEPEND="${EDEPEND}
+DEPEND="${RDEPEND}
 	dev-util/gtk-doc-am
 	virtual/pkgconfig
 	hppa? ( >=sys-devel/binutils-2.15.92.0.2 )