diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-07 17:53:18 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-09 17:31:24 +0100 |
commit | 4789b845384d27b8cf0b50190a874eb7a209d26c (patch) | |
tree | ab510de049a111359b48109bb31fc893d178f59c /media-sound/rhythmbox | |
parent | media-sound/pympd: Switch to PYTHON_MULTI_USEDEP API (diff) | |
download | gentoo-4789b845384d27b8cf0b50190a874eb7a209d26c.tar.gz gentoo-4789b845384d27b8cf0b50190a874eb7a209d26c.tar.bz2 gentoo-4789b845384d27b8cf0b50190a874eb7a209d26c.zip |
media-sound/rhythmbox: Switch to PYTHON_MULTI_USEDEP API
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'media-sound/rhythmbox')
-rw-r--r-- | media-sound/rhythmbox/rhythmbox-3.4.3-r1.ebuild (renamed from media-sound/rhythmbox/rhythmbox-3.4.3.ebuild) | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/media-sound/rhythmbox/rhythmbox-3.4.3.ebuild b/media-sound/rhythmbox/rhythmbox-3.4.3-r1.ebuild index b018eac61025..5d67d46725de 100644 --- a/media-sound/rhythmbox/rhythmbox-3.4.3.ebuild +++ b/media-sound/rhythmbox/rhythmbox-3.4.3-r1.ebuild @@ -48,7 +48,9 @@ COMMON_DEPEND=" lirc? ( app-misc/lirc ) python? ( ${PYTHON_DEPS} - >=dev-python/pygobject-3.0:3[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + >=dev-python/pygobject-3.0:3[${PYTHON_MULTI_USEDEP}] + ') ) udev? ( dev-libs/libgudev:= @@ -65,7 +67,7 @@ RDEPEND="${COMMON_DEPEND} media-plugins/gst-plugins-taglib:1.0 x11-themes/adwaita-icon-theme python? ( - >=dev-libs/libpeas-0.7.3[python,${PYTHON_USEDEP}] + >=dev-libs/libpeas-0.7.3[python,${PYTHON_SINGLE_USEDEP}] net-libs/libsoup:2.4[introspection] x11-libs/gdk-pixbuf:2[introspection] x11-libs/gtk+:3[introspection] |