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-util/wxglade/
Date: Sun, 09 Feb 2020 16:25:26
Message-Id: 1581265309.4225116b0ef36035e71a58e729d0ce19af2915c7.mgorny@gentoo
1 commit: 4225116b0ef36035e71a58e729d0ce19af2915c7
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 7 13:16:52 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 9 16:21:49 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4225116b
7
8 dev-util/wxglade: Switch to PYTHON_MULTI_USEDEP API
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-util/wxglade/{wxglade-0.8.2.ebuild => wxglade-0.8.2-r1.ebuild} | 6 ++++--
13 1 file changed, 4 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-util/wxglade/wxglade-0.8.2.ebuild b/dev-util/wxglade/wxglade-0.8.2-r1.ebuild
16 similarity index 89%
17 rename from dev-util/wxglade/wxglade-0.8.2.ebuild
18 rename to dev-util/wxglade/wxglade-0.8.2-r1.ebuild
19 index 2cd38d3eaa2..60ff7e014f0 100644
20 --- a/dev-util/wxglade/wxglade-0.8.2.ebuild
21 +++ b/dev-util/wxglade/wxglade-0.8.2-r1.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=6
28 @@ -20,7 +20,9 @@ IUSE=""
29 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
30
31 RDEPEND="${PYTHON_DEPS}
32 - dev-python/wxpython:3.0[${PYTHON_USEDEP}]
33 + $(python_gen_cond_dep '
34 + dev-python/wxpython:3.0[${PYTHON_MULTI_USEDEP}]
35 + ')
36 "
37 DEPEND="${RDEPEND}
38 app-arch/unzip