summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2017-08-30 09:32:30 +0200
committerGilles Dartiguelongue <eva@gentoo.org>2017-08-30 09:33:19 +0200
commitce23f389d7d3bdbf3e7b23d493674484bdad60cf (patch)
tree87ee814a93cdfd61e601b7c4054521e7e8cb8ef6 /dev-libs/libxml2/libxml2-2.9.4-r2.ebuild
parentnet-misc/vinagre: fix build with newer freerdp snapshots, bug #609474 (diff)
downloadgentoo-ce23f389d7d3bdbf3e7b23d493674484bdad60cf.tar.gz
gentoo-ce23f389d7d3bdbf3e7b23d493674484bdad60cf.tar.bz2
gentoo-ce23f389d7d3bdbf3e7b23d493674484bdad60cf.zip
dev-libs/libxml2: fix DEPEND issue preventing build, bug #604292
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'dev-libs/libxml2/libxml2-2.9.4-r2.ebuild')
-rw-r--r--dev-libs/libxml2/libxml2-2.9.4-r2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libxml2/libxml2-2.9.4-r2.ebuild b/dev-libs/libxml2/libxml2-2.9.4-r2.ebuild
index 22b6dec79b0c..465cae6a0a7e 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 )