diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-07 17:53:41 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-09 17:31:25 +0100 |
commit | b80d73ef8fc95c8b7ea2af3f3ed2248d2bb5ffd2 (patch) | |
tree | 5de5192ffa101024e73ed750938e7da40460d124 /media-sound/soundconverter | |
parent | media-sound/rhythmbox: Switch to PYTHON_MULTI_USEDEP API (diff) | |
download | gentoo-b80d73ef8fc95c8b7ea2af3f3ed2248d2bb5ffd2.tar.gz gentoo-b80d73ef8fc95c8b7ea2af3f3ed2248d2bb5ffd2.tar.bz2 gentoo-b80d73ef8fc95c8b7ea2af3f3ed2248d2bb5ffd2.zip |
media-sound/soundconverter: Switch to PYTHON_MULTI_USEDEP API
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'media-sound/soundconverter')
-rw-r--r-- | media-sound/soundconverter/soundconverter-3.0.2-r1.ebuild (renamed from media-sound/soundconverter/soundconverter-3.0.2.ebuild) | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/media-sound/soundconverter/soundconverter-3.0.2.ebuild b/media-sound/soundconverter/soundconverter-3.0.2-r1.ebuild index 845b2d2ce3bb..cc2b0688f896 100644 --- a/media-sound/soundconverter/soundconverter-3.0.2.ebuild +++ b/media-sound/soundconverter/soundconverter-3.0.2-r1.ebuild @@ -30,7 +30,9 @@ COMMON_DEPEND="${PYTHON_DEPS} # wavenc and mp4mux come from gst-plugins-good, which everyone having base should have, so unconditional RDEPEND="${COMMON_DEPEND} x11-libs/pango[introspection] - dev-python/gst-python:1.0[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + dev-python/gst-python:1.0[${PYTHON_MULTI_USEDEP}] + ') libnotify? ( x11-libs/libnotify[introspection] ) media-libs/gst-plugins-base:1.0[vorbis?,ogg?] |