Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/gedit/
Date: Tue, 12 Mar 2019 11:46:19
Message-Id: 1552391093.e00f56880a3105d2d31e9764854af7f436857936.leio@gentoo
1 commit: e00f56880a3105d2d31e9764854af7f436857936
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 12 11:44:10 2019 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 12 11:44:53 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e00f5688
7
8 app-editors/gedit: remove wrong yelp-tools build depend
9
10 Only itstool is needed to build, so pull only that, not the full
11 yelp-tools stack.
12
13 Package-Manager: Portage-2.3.52, Repoman-2.3.12
14 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
15
16 app-editors/gedit/gedit-3.28.1.ebuild | 4 ++--
17 1 file changed, 2 insertions(+), 2 deletions(-)
18
19 diff --git a/app-editors/gedit/gedit-3.28.1.ebuild b/app-editors/gedit/gedit-3.28.1.ebuild
20 index 375e1ea0070..9e3e55a44a2 100644
21 --- a/app-editors/gedit/gedit-3.28.1.ebuild
22 +++ b/app-editors/gedit/gedit-3.28.1.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2018 Gentoo Authors
25 +# Copyright 1999-2019 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI="6"
29 @@ -47,10 +47,10 @@ RDEPEND="${COMMON_DEPEND}
30 DEPEND="${COMMON_DEPEND}
31 ${vala_depend}
32 app-text/docbook-xml-dtd:4.1.2
33 - app-text/yelp-tools
34 dev-util/glib-utils
35 >=dev-util/gtk-doc-am-1
36 >=dev-util/intltool-0.50.1
37 + dev-util/itstool
38 >=sys-devel/gettext-0.18
39 virtual/pkgconfig
40 "