Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/soundconverter/
Date: Sun, 09 Feb 2020 16:31:40
Message-Id: 1581265885.b80d73ef8fc95c8b7ea2af3f3ed2248d2bb5ffd2.mgorny@gentoo
1 commit: b80d73ef8fc95c8b7ea2af3f3ed2248d2bb5ffd2
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 7 16:53:41 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 9 16:31:25 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b80d73ef
7
8 media-sound/soundconverter: Switch to PYTHON_MULTI_USEDEP API
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 .../{soundconverter-3.0.2.ebuild => soundconverter-3.0.2-r1.ebuild} | 4 +++-
13 1 file changed, 3 insertions(+), 1 deletion(-)
14
15 diff --git a/media-sound/soundconverter/soundconverter-3.0.2.ebuild b/media-sound/soundconverter/soundconverter-3.0.2-r1.ebuild
16 similarity index 95%
17 rename from media-sound/soundconverter/soundconverter-3.0.2.ebuild
18 rename to media-sound/soundconverter/soundconverter-3.0.2-r1.ebuild
19 index 845b2d2ce3b..cc2b0688f89 100644
20 --- a/media-sound/soundconverter/soundconverter-3.0.2.ebuild
21 +++ b/media-sound/soundconverter/soundconverter-3.0.2-r1.ebuild
22 @@ -30,7 +30,9 @@ COMMON_DEPEND="${PYTHON_DEPS}
23 # wavenc and mp4mux come from gst-plugins-good, which everyone having base should have, so unconditional
24 RDEPEND="${COMMON_DEPEND}
25 x11-libs/pango[introspection]
26 - dev-python/gst-python:1.0[${PYTHON_USEDEP}]
27 + $(python_gen_cond_dep '
28 + dev-python/gst-python:1.0[${PYTHON_MULTI_USEDEP}]
29 + ')
30 libnotify? ( x11-libs/libnotify[introspection] )
31
32 media-libs/gst-plugins-base:1.0[vorbis?,ogg?]