Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/sound-juicer/
Date: Wed, 06 Mar 2019 21:17:45
Message-Id: 1551907039.fc9ebae806778102b392903571a29659b922b8f0.leio@gentoo
1 commit: fc9ebae806778102b392903571a29659b922b8f0
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 6 20:38:45 2019 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 6 21:17:19 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc9ebae8
7
8 media-sound/sound-juicer: remove wrong yelp-tools build depend
9
10 Only itstool is needed to build, so pull only that, not the full
11 yelp-tools stack.
12
13 Package-Manager: Portage-2.3.52, Repoman-2.3.12
14 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
15
16 media-sound/sound-juicer/sound-juicer-3.24.0.ebuild | 4 ++--
17 1 file changed, 2 insertions(+), 2 deletions(-)
18
19 diff --git a/media-sound/sound-juicer/sound-juicer-3.24.0.ebuild b/media-sound/sound-juicer/sound-juicer-3.24.0.ebuild
20 index 878c4c6fdc3..859df80ed0a 100644
21 --- a/media-sound/sound-juicer/sound-juicer-3.24.0.ebuild
22 +++ b/media-sound/sound-juicer/sound-juicer-3.24.0.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2018 Gentoo Foundation
25 +# Copyright 1999-2019 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=6
29 @@ -36,8 +36,8 @@ RDEPEND="${COMMON_DEPEND}
30 media-plugins/gst-plugins-meta:1.0
31 "
32 DEPEND="${COMMON_DEPEND}
33 - app-text/yelp-tools
34 dev-libs/appstream-glib
35 + dev-util/itstool
36 >=sys-devel/gettext-0.19.6
37 virtual/pkgconfig
38 test? ( ~app-text/docbook-xml-dtd-4.3 )