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 B3E4A138334 for ; Mon, 11 Mar 2019 16:16:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A29E4E0D26; Mon, 11 Mar 2019 16:16:05 +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 7CF73E0D26 for ; Mon, 11 Mar 2019 16:16:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 EF607340A7F for ; Mon, 11 Mar 2019 16:16:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5D2B5565 for ; Mon, 11 Mar 2019 16:16:01 +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: <1552320866.8b18c32297ba6cfc109b3fa6aa744fd50ed7bcf1.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/gnome-photos/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/gnome-photos/gnome-photos-3.28.1.ebuild X-VCS-Directories: media-gfx/gnome-photos/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 8b18c32297ba6cfc109b3fa6aa744fd50ed7bcf1 X-VCS-Branch: master Date: Mon, 11 Mar 2019 16:16:01 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 331ba221-2c7f-4fd2-834f-5bc31708cf94 X-Archives-Hash: cbc59376eba94fdb655a3293fc055db4 commit: 8b18c32297ba6cfc109b3fa6aa744fd50ed7bcf1 Author: Mart Raudsepp gentoo org> AuthorDate: Mon Mar 11 16:07:43 2019 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Mon Mar 11 16:14:26 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b18c322 media-gfx/gnome-photos: remove wrong yelp-tools build depend In 3.28.1 we were able to get rid of the eautoreconf, but yelp-tools dep remained. Reduce it to itstool, as without eautoreconf only that is required. Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Mart Raudsepp gentoo.org> media-gfx/gnome-photos/gnome-photos-3.28.1.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/media-gfx/gnome-photos/gnome-photos-3.28.1.ebuild b/media-gfx/gnome-photos/gnome-photos-3.28.1.ebuild index 209f6ee527f..803cf12a226 100644 --- a/media-gfx/gnome-photos/gnome-photos-3.28.1.ebuild +++ b/media-gfx/gnome-photos/gnome-photos-3.28.1.ebuild @@ -41,14 +41,13 @@ RDEPEND="${COMMON_DEPEND} flickr? ( media-plugins/grilo-plugins:0.3[flickr] ) " DEPEND="${COMMON_DEPEND} - app-text/yelp-tools dev-util/desktop-file-utils dev-util/glib-utils + dev-util/itstool >=sys-devel/gettext-0.19.8 virtual/pkgconfig test? ( $(python_gen_any_dep 'dev-util/dogtail[${PYTHON_USEDEP}]') ) -" -# app-text/yelp-tools needed for eautoreconf; otherwise probably just itstool +" # app-text/yelp-tools needed for eautoreconf; otherwise just itstool RDEPEND="${RDEPEND} >=app-misc/tracker-miners-2 "