diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-07 17:51:38 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-09 17:31:20 +0100 |
commit | b618bcaf15d322773d7cfa8e375c2eed9044f60f (patch) | |
tree | 47a52e741ab59787871e8a39928134c09f9d3103 /media-sound | |
parent | media-sound/dir2ogg: Switch to PYTHON_MULTI_USEDEP API (diff) | |
download | gentoo-b618bcaf15d322773d7cfa8e375c2eed9044f60f.tar.gz gentoo-b618bcaf15d322773d7cfa8e375c2eed9044f60f.tar.bz2 gentoo-b618bcaf15d322773d7cfa8e375c2eed9044f60f.zip |
media-sound/exaile: Switch to PYTHON_MULTI_USEDEP API
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/exaile/exaile-4.0.0-r1.ebuild (renamed from media-sound/exaile/exaile-4.0.0.ebuild) | 18 |
1 files 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 index 57c248e3ab85..5fefb08686f1 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? ( |