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 E6691138336 for ; Thu, 17 Jan 2019 13:13:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8DE14E0A5A; Thu, 17 Jan 2019 13:13:13 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 65407E0A5A for ; Thu, 17 Jan 2019 13:13:12 +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 6BD43335D25 for ; Thu, 17 Jan 2019 13:13:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BCDAC44B for ; Thu, 17 Jan 2019 13:13:08 +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: <1547730741.c966f9298c473215b5e341b6811478aa2368d715.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/gnome-music/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/gnome-music/gnome-music-3.24.2.ebuild X-VCS-Directories: media-sound/gnome-music/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: c966f9298c473215b5e341b6811478aa2368d715 X-VCS-Branch: master Date: Thu, 17 Jan 2019 13:13:08 +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: e69e5c52-7549-4c85-b05d-32ba3bff19bc X-Archives-Hash: 85d3393e0cdc4a59aa0bc620cf59b105 commit: c966f9298c473215b5e341b6811478aa2368d715 Author: Mart Raudsepp gentoo org> AuthorDate: Thu Jan 17 13:05:08 2019 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Thu Jan 17 13:12:21 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c966f929 media-sound/gnome-music: remove wrong yelp-tools build depend Only itstool is needed to build, so pull only that, not the full yelp-tools stack. Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Mart Raudsepp gentoo.org> media-sound/gnome-music/gnome-music-3.24.2.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/media-sound/gnome-music/gnome-music-3.24.2.ebuild b/media-sound/gnome-music/gnome-music-3.24.2.ebuild index 6841984c37a..6bf4d1bee8d 100644 --- a/media-sound/gnome-music/gnome-music-3.24.2.ebuild +++ b/media-sound/gnome-music/gnome-music-3.24.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -43,10 +43,11 @@ RDEPEND="${COMMON_DEPEND} x11-misc/xdg-user-dirs " DEPEND="${COMMON_DEPEND} - app-text/yelp-tools >=dev-util/intltool-0.26 + dev-util/itstool virtual/pkgconfig " +# eautoreconf needs app-text/yelp-tools pkg_setup() { python_setup