Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-board/gnome-chess/
Date: Sun, 17 Feb 2019 11:35:03
Message-Id: 1550402469.33db18b2ad8e72b87376b0b8056e78b9f86bf421.leio@gentoo
1 commit: 33db18b2ad8e72b87376b0b8056e78b9f86bf421
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 17 11:04:32 2019 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 17 11:21:09 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33db18b2
7
8 games-board/gnome-chess: 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 games-board/gnome-chess/gnome-chess-3.28.1.ebuild | 4 ++--
17 1 file changed, 2 insertions(+), 2 deletions(-)
18
19 diff --git a/games-board/gnome-chess/gnome-chess-3.28.1.ebuild b/games-board/gnome-chess/gnome-chess-3.28.1.ebuild
20 index 9cb68754fe7..6004ca185c8 100644
21 --- a/games-board/gnome-chess/gnome-chess-3.28.1.ebuild
22 +++ b/games-board/gnome-chess/gnome-chess-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 @@ -21,7 +21,7 @@ RDEPEND="
30 "
31 DEPEND="${RDEPEND}
32 $(vala_depend)
33 - app-text/yelp-tools
34 + dev-util/itstool
35 dev-libs/appstream-glib
36 >=sys-devel/gettext-0.19.8
37 virtual/pkgconfig