diff options
-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?] |