diff options
author | Mart Raudsepp <leio@gentoo.org> | 2019-01-06 14:09:47 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2019-01-06 14:41:59 +0200 |
commit | ccd9635d31dba3793711dd77b7c6a7f99065c2a1 (patch) | |
tree | 7bd169bfe02dd153e7a5905898b64477a87a6350 /media-sound/rhythmbox | |
parent | games-mud/gnome-mud-9999: updates (diff) | |
download | gentoo-ccd9635d31dba3793711dd77b7c6a7f99065c2a1.tar.gz gentoo-ccd9635d31dba3793711dd77b7c6a7f99065c2a1.tar.bz2 gentoo-ccd9635d31dba3793711dd77b7c6a7f99065c2a1.zip |
media-sound/rhythmbox: 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/rhythmbox')
-rw-r--r-- | media-sound/rhythmbox/rhythmbox-3.4.2.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/media-sound/rhythmbox/rhythmbox-3.4.2.ebuild b/media-sound/rhythmbox/rhythmbox-3.4.2.ebuild index 258f18663802..5f274f786f54 100644 --- a/media-sound/rhythmbox/rhythmbox-3.4.2.ebuild +++ b/media-sound/rhythmbox/rhythmbox-3.4.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 @@ -77,12 +77,13 @@ RDEPEND="${COMMON_DEPEND} >=media-plugins/grilo-plugins-0.3:0.3[upnp-av] ) " DEPEND="${COMMON_DEPEND} - app-text/yelp-tools dev-util/gtk-doc-am >=dev-util/intltool-0.35 + dev-util/itstool virtual/pkgconfig test? ( dev-libs/check ) " +# eautoreconf needs yelp-tools PATCHES=( "${FILESDIR}"/${P}-gstreamer-1.14.patch |