Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libgpod/
Date: Sun, 09 Feb 2020 16:29:42
Message-Id: 1581265617.cc4ed97c153eb307a6e0241f040c8633d169c1b4.mgorny@gentoo
1 commit: cc4ed97c153eb307a6e0241f040c8633d169c1b4
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 7 16:38:30 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 9 16:26:57 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc4ed97c
7
8 media-libs/libgpod: Switch to PYTHON_MULTI_USEDEP API
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 media-libs/libgpod/libgpod-0.8.3-r2.ebuild | 8 +++++---
13 1 file changed, 5 insertions(+), 3 deletions(-)
14
15 diff --git a/media-libs/libgpod/libgpod-0.8.3-r2.ebuild b/media-libs/libgpod/libgpod-0.8.3-r2.ebuild
16 index bbaec2d1a29..dbff81c6407 100644
17 --- a/media-libs/libgpod/libgpod-0.8.3-r2.ebuild
18 +++ b/media-libs/libgpod/libgpod-0.8.3-r2.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2020 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -27,8 +27,10 @@ RDEPEND="
26 ios? ( app-pda/libimobiledevice:= )
27 python? (
28 ${PYTHON_DEPS}
29 - >=media-libs/mutagen-1.8[${PYTHON_USEDEP}]
30 - >=dev-python/pygobject-2.8:2[${PYTHON_USEDEP}]
31 + $(python_gen_cond_dep '
32 + >=media-libs/mutagen-1.8[${PYTHON_MULTI_USEDEP}]
33 + >=dev-python/pygobject-2.8:2[${PYTHON_MULTI_USEDEP}]
34 + ')
35 )
36 udev? ( virtual/udev )
37 mono? (