diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-07 17:38:30 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-09 17:26:57 +0100 |
commit | cc4ed97c153eb307a6e0241f040c8633d169c1b4 (patch) | |
tree | 82357ae9562a13444606a145c1defce8ba897235 /media-libs/libgpod | |
parent | media-libs/libffado: Switch to PYTHON_MULTI_USEDEP API (diff) | |
download | gentoo-cc4ed97c153eb307a6e0241f040c8633d169c1b4.tar.gz gentoo-cc4ed97c153eb307a6e0241f040c8633d169c1b4.tar.bz2 gentoo-cc4ed97c153eb307a6e0241f040c8633d169c1b4.zip |
media-libs/libgpod: Switch to PYTHON_MULTI_USEDEP API
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'media-libs/libgpod')
-rw-r--r-- | media-libs/libgpod/libgpod-0.8.3-r2.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/media-libs/libgpod/libgpod-0.8.3-r2.ebuild b/media-libs/libgpod/libgpod-0.8.3-r2.ebuild index bbaec2d1a295..dbff81c64076 100644 --- a/media-libs/libgpod/libgpod-0.8.3-r2.ebuild +++ b/media-libs/libgpod/libgpod-0.8.3-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -27,8 +27,10 @@ RDEPEND=" ios? ( app-pda/libimobiledevice:= ) python? ( ${PYTHON_DEPS} - >=media-libs/mutagen-1.8[${PYTHON_USEDEP}] - >=dev-python/pygobject-2.8:2[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + >=media-libs/mutagen-1.8[${PYTHON_MULTI_USEDEP}] + >=dev-python/pygobject-2.8:2[${PYTHON_MULTI_USEDEP}] + ') ) udev? ( virtual/udev ) mono? ( |