commit:     b618bcaf15d322773d7cfa8e375c2eed9044f60f
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  7 16:51:38 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb  9 16:31:20 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b618bcaf

media-sound/exaile: Switch to PYTHON_MULTI_USEDEP API

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 .../{exaile-4.0.0.ebuild => exaile-4.0.0-r1.ebuild}    | 18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)

diff --git a/media-sound/exaile/exaile-4.0.0.ebuild 
b/media-sound/exaile/exaile-4.0.0-r1.ebuild
similarity index 77%
rename from media-sound/exaile/exaile-4.0.0.ebuild
rename to media-sound/exaile/exaile-4.0.0-r1.ebuild
index 57c248e3ab8..5fefb08686f 100644
--- a/media-sound/exaile/exaile-4.0.0.ebuild
+++ b/media-sound/exaile/exaile-4.0.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -25,19 +25,21 @@ IUSE="cddb libnotify nls scrobbler"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="${PYTHON_DEPS}
-       dev-python/bsddb3[${PYTHON_USEDEP}]
-       dev-python/dbus-python[${PYTHON_USEDEP}]
-       dev-python/gst-python:1.0[${PYTHON_USEDEP}]
-       dev-python/pycairo[${PYTHON_USEDEP}]
-       >=dev-python/pygobject-3.13.2:3[${PYTHON_USEDEP}]
        >=media-libs/gst-plugins-base-1.6:1.0
        >=media-libs/gst-plugins-good-1.4:1.0
-       >=media-libs/mutagen-1.10[${PYTHON_USEDEP}]
        media-plugins/gst-plugins-meta:1.0
        >=x11-libs/gtk+-3.10:3[introspection]
        cddb? ( dev-python/cddb-py )
        libnotify? ( >=x11-libs/libnotify-0.7[introspection] )
-       scrobbler? ( dev-python/pylast[${PYTHON_USEDEP}] )
+       $(python_gen_cond_dep '
+               dev-python/bsddb3[${PYTHON_MULTI_USEDEP}]
+               dev-python/dbus-python[${PYTHON_MULTI_USEDEP}]
+               dev-python/gst-python:1.0[${PYTHON_MULTI_USEDEP}]
+               dev-python/pycairo[${PYTHON_MULTI_USEDEP}]
+               >=dev-python/pygobject-3.13.2:3[${PYTHON_MULTI_USEDEP}]
+               >=media-libs/mutagen-1.10[${PYTHON_MULTI_USEDEP}]
+               scrobbler? ( dev-python/pylast[${PYTHON_MULTI_USEDEP}] )
+       ')
 "
 BDEPEND="
        nls? (

Reply via email to