summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-07 14:16:52 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-09 17:21:49 +0100
commit4225116b0ef36035e71a58e729d0ce19af2915c7 (patch)
treeffffdf4ca05ed1343914071af5dd2b5d49e26257 /dev-util/wxglade
parentdev-util/rr: Switch to PYTHON_MULTI_USEDEP API (diff)
downloadgentoo-4225116b0ef36035e71a58e729d0ce19af2915c7.tar.gz
gentoo-4225116b0ef36035e71a58e729d0ce19af2915c7.tar.bz2
gentoo-4225116b0ef36035e71a58e729d0ce19af2915c7.zip
dev-util/wxglade: Switch to PYTHON_MULTI_USEDEP API
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-util/wxglade')
-rw-r--r--dev-util/wxglade/wxglade-0.8.2-r1.ebuild (renamed from dev-util/wxglade/wxglade-0.8.2.ebuild)6
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-util/wxglade/wxglade-0.8.2.ebuild b/dev-util/wxglade/wxglade-0.8.2-r1.ebuild
index 2cd38d3eaa2d..60ff7e014f0e 100644
--- a/dev-util/wxglade/wxglade-0.8.2.ebuild
+++ b/dev-util/wxglade/wxglade-0.8.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -20,7 +20,9 @@ IUSE=""
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="${PYTHON_DEPS}
- dev-python/wxpython:3.0[${PYTHON_USEDEP}]
+ $(python_gen_cond_dep '
+ dev-python/wxpython:3.0[${PYTHON_MULTI_USEDEP}]
+ ')
"
DEPEND="${RDEPEND}
app-arch/unzip