From 4225116b0ef36035e71a58e729d0ce19af2915c7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 7 Feb 2020 14:16:52 +0100 Subject: [PATCH] dev-util/wxglade: Switch to PYTHON_MULTI_USEDEP API MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- .../{wxglade-0.8.2.ebuild => wxglade-0.8.2-r1.ebuild} | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) rename dev-util/wxglade/{wxglade-0.8.2.ebuild => wxglade-0.8.2-r1.ebuild} (89%) diff --git a/dev-util/wxglade/wxglade-0.8.2.ebuild b/dev-util/wxglade/wxglade-0.8.2-r1.ebuild 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 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 -- 2.26.2