From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 11028138334 for ; Fri, 14 Sep 2018 08:41:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 267C4E0EB6; Fri, 14 Sep 2018 08:41:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 003FFE0EB6 for ; Fri, 14 Sep 2018 08:41:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BB999335D00 for ; Fri, 14 Sep 2018 08:41:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9DC5B3D6 for ; Fri, 14 Sep 2018 08:41:28 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1536914474.bee9a17510e47c84c3a7c40e9f83da0f6ccdf4e7.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-puzzle/hitori/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-puzzle/hitori/hitori-3.22.4.ebuild X-VCS-Directories: games-puzzle/hitori/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: bee9a17510e47c84c3a7c40e9f83da0f6ccdf4e7 X-VCS-Branch: master Date: Fri, 14 Sep 2018 08:41:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f1a01b5c-c63d-4ad4-99be-06270352e9c7 X-Archives-Hash: a5de29e804f0cb443824c2b1503423fa commit: bee9a17510e47c84c3a7c40e9f83da0f6ccdf4e7 Author: Mart Raudsepp gentoo org> AuthorDate: Fri Sep 14 08:41:14 2018 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Fri Sep 14 08:41:14 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bee9a175 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 games-puzzle/hitori/hitori-3.22.4.ebuild | 4 ++-- 1 file 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 aa2927ffbd3..a8519994706 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 "