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: net-p2p/nicotine+/
Date: Sun, 09 Feb 2020 16:47:12
Message-Id: 1581266805.c1515026b08079736b454bccbed8e6f5fa961eaa.mgorny@gentoo
1 commit: c1515026b08079736b454bccbed8e6f5fa961eaa
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 8 06:55:58 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 9 16:46:45 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1515026
7
8 net-p2p/nicotine+: Switch to PYTHON_MULTI_USEDEP API
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 .../{nicotine+-1.4.1-r1.ebuild => nicotine+-1.4.1-r2.ebuild} | 8 +++++---
13 1 file changed, 5 insertions(+), 3 deletions(-)
14
15 diff --git a/net-p2p/nicotine+/nicotine+-1.4.1-r1.ebuild b/net-p2p/nicotine+/nicotine+-1.4.1-r2.ebuild
16 similarity index 79%
17 rename from net-p2p/nicotine+/nicotine+-1.4.1-r1.ebuild
18 rename to net-p2p/nicotine+/nicotine+-1.4.1-r2.ebuild
19 index 6244745090a..bc288ddd9ab 100644
20 --- a/net-p2p/nicotine+/nicotine+-1.4.1-r1.ebuild
21 +++ b/net-p2p/nicotine+/nicotine+-1.4.1-r2.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2019 Gentoo Authors
24 +# Copyright 1999-2020 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28 @@ -18,8 +18,10 @@ KEYWORDS="~amd64 ~ppc ~x86"
29 IUSE=""
30
31 RDEPEND="
32 - >=dev-python/pygtk-2.24[${PYTHON_USEDEP}]
33 - media-libs/mutagen[${PYTHON_USEDEP}]
34 + $(python_gen_cond_dep '
35 + >=dev-python/pygtk-2.24[${PYTHON_MULTI_USEDEP}]
36 + media-libs/mutagen[${PYTHON_MULTI_USEDEP}]
37 + ')
38 "
39
40 DEPEND="${RDEPEND}"