commit: 265204652095bb4d271c0cc627ca66425519f466
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 17 18:16:30 2018 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Mon Dec 17 18:36:21 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26520465
dev-util/gtk-doc: remove wrong yelp-tools build depend
Only itstool is needed to build, so pull only that, not the full
yelp-tools stack.
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
Package-Manager: Portage-2.3.52, Repoman-2.3.11
dev-util/gtk-doc/gtk-doc-1.25-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-util/gtk-doc/gtk-doc-1.25-r1.ebuild
b/dev-util/gtk-doc/gtk-doc-1.25-r1.ebuild
index f696a066e7f..e32726e0438 100644
--- a/dev-util/gtk-doc/gtk-doc-1.25-r1.ebuild
+++ b/dev-util/gtk-doc/gtk-doc-1.25-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -34,7 +34,7 @@ RDEPEND="
"
DEPEND="${RDEPEND}
~dev-util/gtk-doc-am-${PV}
- app-text/yelp-tools
+ dev-util/itstool
virtual/pkgconfig
"