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-puzzle/hitori/
Date: Fri, 14 Sep 2018 08:41:34
Message-Id: 1536914474.bee9a17510e47c84c3a7c40e9f83da0f6ccdf4e7.leio@gentoo
1 commit: bee9a17510e47c84c3a7c40e9f83da0f6ccdf4e7
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 14 08:41:14 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 14 08:41:14 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bee9a175
7
8 games-puzzle/hitori: remove wrong yelp-tools build depend
9
10 yelp-tools is only for developers, so an eautoreconf dep only, if even that.
11 However we do need itstool, which was pulled in recursively by yelp-tools.
12
13 Package-Manager: Portage-2.3.49, Repoman-2.3.10
14
15 games-puzzle/hitori/hitori-3.22.4.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/games-puzzle/hitori/hitori-3.22.4.ebuild b/games-puzzle/hitori/hitori-3.22.4.ebuild
19 index aa2927ffbd3..a8519994706 100644
20 --- a/games-puzzle/hitori/hitori-3.22.4.ebuild
21 +++ b/games-puzzle/hitori/hitori-3.22.4.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2017 Gentoo Foundation
24 +# Copyright 1999-2018 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28 @@ -19,8 +19,8 @@ RDEPEND="
29 >=x11-libs/cairo-1.4
30 "
31 DEPEND="${RDEPEND}
32 - app-text/yelp-tools
33 dev-libs/appstream-glib
34 + dev-util/itstool
35 >=sys-devel/gettext-0.19.8
36 virtual/pkgconfig
37 "