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-sound/tunapie/
Date: Sun, 09 Feb 2020 16:31:41
Message-Id: 1581265886.979a4ca0850fc1a34dc27d6eb70f0b46f1895ea5.mgorny@gentoo
1 commit: 979a4ca0850fc1a34dc27d6eb70f0b46f1895ea5
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 7 16:54:18 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 9 16:31:26 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=979a4ca0
7
8 media-sound/tunapie: Switch to PYTHON_MULTI_USEDEP API
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 media-sound/tunapie/tunapie-2.1.17-r1.ebuild | 7 +++++--
13 .../tunapie/{tunapie-2.1.19.ebuild => tunapie-2.1.19-r1.ebuild} | 7 +++++--
14 2 files changed, 10 insertions(+), 4 deletions(-)
15
16 diff --git a/media-sound/tunapie/tunapie-2.1.17-r1.ebuild b/media-sound/tunapie/tunapie-2.1.17-r1.ebuild
17 index db38951688e..c171a0b8d67 100644
18 --- a/media-sound/tunapie/tunapie-2.1.17-r1.ebuild
19 +++ b/media-sound/tunapie/tunapie-2.1.17-r1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -14,7 +14,10 @@ SLOT="0"
27 KEYWORDS="~amd64 ~x86"
28 IUSE="offensive"
29
30 -RDEPEND=">=dev-python/wxpython-2.6[${PYTHON_USEDEP}]
31 +RDEPEND="
32 + $(python_gen_cond_dep '
33 + >=dev-python/wxpython-2.6[${PYTHON_MULTI_USEDEP}]
34 + ')
35 ${PYTHON_DEPS}"
36 DEPEND="${RDEPEND}"
37
38
39 diff --git a/media-sound/tunapie/tunapie-2.1.19.ebuild b/media-sound/tunapie/tunapie-2.1.19-r1.ebuild
40 similarity index 88%
41 rename from media-sound/tunapie/tunapie-2.1.19.ebuild
42 rename to media-sound/tunapie/tunapie-2.1.19-r1.ebuild
43 index db38951688e..c171a0b8d67 100644
44 --- a/media-sound/tunapie/tunapie-2.1.19.ebuild
45 +++ b/media-sound/tunapie/tunapie-2.1.19-r1.ebuild
46 @@ -1,4 +1,4 @@
47 -# Copyright 1999-2017 Gentoo Foundation
48 +# Copyright 1999-2020 Gentoo Authors
49 # Distributed under the terms of the GNU General Public License v2
50
51 EAPI=6
52 @@ -14,7 +14,10 @@ SLOT="0"
53 KEYWORDS="~amd64 ~x86"
54 IUSE="offensive"
55
56 -RDEPEND=">=dev-python/wxpython-2.6[${PYTHON_USEDEP}]
57 +RDEPEND="
58 + $(python_gen_cond_dep '
59 + >=dev-python/wxpython-2.6[${PYTHON_MULTI_USEDEP}]
60 + ')
61 ${PYTHON_DEPS}"
62 DEPEND="${RDEPEND}"