dev-util/wxglade: Switch to PYTHON_MULTI_USEDEP API
authorMichał Górny <mgorny@gentoo.org>
Fri, 7 Feb 2020 13:16:52 +0000 (14:16 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sun, 9 Feb 2020 16:21:49 +0000 (17:21 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-util/wxglade/wxglade-0.8.2-r1.ebuild [moved from dev-util/wxglade/wxglade-0.8.2.ebuild with 89% similarity]

similarity index 89%
rename from dev-util/wxglade/wxglade-0.8.2.ebuild
rename to dev-util/wxglade/wxglade-0.8.2-r1.ebuild
index 2cd38d3eaa2db9e4b5671b2ba5783c1734481b3b..60ff7e014f0eb5c8b1e7411b6418fc61829ade3b 100644 (file)
@@ -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