diff options
author | Mart Raudsepp <leio@gentoo.org> | 2018-09-14 11:41:14 +0300 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2018-09-14 11:41:14 +0300 |
commit | bee9a17510e47c84c3a7c40e9f83da0f6ccdf4e7 (patch) | |
tree | 0d0a76187f8b321234f76c31dc1b08945e7e5a7e /games-puzzle/hitori | |
parent | games-board/iagno: bump to 3.30.0 (diff) | |
download | gentoo-bee9a17510e47c84c3a7c40e9f83da0f6ccdf4e7.tar.gz gentoo-bee9a17510e47c84c3a7c40e9f83da0f6ccdf4e7.tar.bz2 gentoo-bee9a17510e47c84c3a7c40e9f83da0f6ccdf4e7.zip |
games-puzzle/hitori: remove wrong yelp-tools build depend
yelp-tools is only for developers, so an eautoreconf dep only, if even that.
However we do need itstool, which was pulled in recursively by yelp-tools.
Package-Manager: Portage-2.3.49, Repoman-2.3.10
Diffstat (limited to 'games-puzzle/hitori')
-rw-r--r-- | games-puzzle/hitori/hitori-3.22.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-puzzle/hitori/hitori-3.22.4.ebuild b/games-puzzle/hitori/hitori-3.22.4.ebuild index aa2927ffbd30..a85199947060 100644 --- a/games-puzzle/hitori/hitori-3.22.4.ebuild +++ b/games-puzzle/hitori/hitori-3.22.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -19,8 +19,8 @@ RDEPEND=" >=x11-libs/cairo-1.4 " DEPEND="${RDEPEND} - app-text/yelp-tools dev-libs/appstream-glib + dev-util/itstool >=sys-devel/gettext-0.19.8 virtual/pkgconfig " |