diff options
author | Mart Raudsepp <leio@gentoo.org> | 2019-01-17 15:05:08 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2019-01-17 15:12:21 +0200 |
commit | c966f9298c473215b5e341b6811478aa2368d715 (patch) | |
tree | ca8d82e4b71400cbb9cb6fd4c6a77d91b891c126 /media-sound/gnome-music | |
parent | dev-libs/dmalloc: Fix Prefix install, by Olivier Huber (diff) | |
download | gentoo-c966f9298c473215b5e341b6811478aa2368d715.tar.gz gentoo-c966f9298c473215b5e341b6811478aa2368d715.tar.bz2 gentoo-c966f9298c473215b5e341b6811478aa2368d715.zip |
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 <leio@gentoo.org>
Diffstat (limited to 'media-sound/gnome-music')
-rw-r--r-- | media-sound/gnome-music/gnome-music-3.24.2.ebuild | 5 |
1 files 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 6841984c37a1..6bf4d1bee8dd 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 |