From b80d73ef8fc95c8b7ea2af3f3ed2248d2bb5ffd2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 7 Feb 2020 17:53:41 +0100 Subject: [PATCH] media-sound/soundconverter: Switch to PYTHON_MULTI_USEDEP API MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- ...dconverter-3.0.2.ebuild => soundconverter-3.0.2-r1.ebuild} | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) rename media-sound/soundconverter/{soundconverter-3.0.2.ebuild => soundconverter-3.0.2-r1.ebuild} (95%) 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?] -- 2.26.2