From: Michał Górny Date: Fri, 7 Feb 2020 16:53:41 +0000 (+0100) Subject: media-sound/soundconverter: Switch to PYTHON_MULTI_USEDEP API X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=b80d73ef8fc95c8b7ea2af3f3ed2248d2bb5ffd2;p=gentoo.git media-sound/soundconverter: Switch to PYTHON_MULTI_USEDEP API Signed-off-by: Michał Górny --- diff --git a/media-sound/soundconverter/soundconverter-3.0.2.ebuild b/media-sound/soundconverter/soundconverter-3.0.2-r1.ebuild similarity index 95% rename from media-sound/soundconverter/soundconverter-3.0.2.ebuild rename to 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?]