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: dev-python/pythong/
Date: Sun, 09 Feb 2020 16:18:29
Message-Id: 1581265077.c4524ff93914cf2d76b5c921d2652f301a83c0b4.mgorny@gentoo
1 commit: c4524ff93914cf2d76b5c921d2652f301a83c0b4
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 7 12:56:54 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 9 16:17:57 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4524ff9
7
8 dev-python/pythong: Switch to PYTHON_MULTI_USEDEP API
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 .../pythong/{pythong-2.1.5-r2.ebuild => pythong-2.1.5-r3.ebuild} | 6 ++++--
13 1 file changed, 4 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/pythong/pythong-2.1.5-r2.ebuild b/dev-python/pythong/pythong-2.1.5-r3.ebuild
16 similarity index 91%
17 rename from dev-python/pythong/pythong-2.1.5-r2.ebuild
18 rename to dev-python/pythong/pythong-2.1.5-r3.ebuild
19 index 7c1059971d2..a466b85801d 100644
20 --- a/dev-python/pythong/pythong-2.1.5-r2.ebuild
21 +++ b/dev-python/pythong/pythong-2.1.5-r3.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=5
28 @@ -26,7 +26,9 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
29
30 RDEPEND="${PYTHON_DEPS}
31 >=dev-lang/tk-8.3.4:0=
32 - dev-python/pmw:py2[${PYTHON_USEDEP}]"
33 + $(python_gen_cond_dep '
34 + dev-python/pmw:py2[${PYTHON_MULTI_USEDEP}]
35 + ')"
36 DEPEND="${RDEPEND}"
37
38 S="${WORKDIR}/${MY_PN}-${MY_PV}"