From fc49ddfdee4a1865f14520b5d4159a96616f020c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 7 Feb 2020 21:29:01 +0100 Subject: [PATCH] x11-apps/whyteboard: 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 --- ...whyteboard-0.41.1.ebuild => whyteboard-0.41.1-r1.ebuild} | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) rename x11-apps/whyteboard/{whyteboard-0.41.1.ebuild => whyteboard-0.41.1-r1.ebuild} (89%) diff --git a/x11-apps/whyteboard/whyteboard-0.41.1.ebuild b/x11-apps/whyteboard/whyteboard-0.41.1-r1.ebuild similarity index 89% rename from x11-apps/whyteboard/whyteboard-0.41.1.ebuild rename to x11-apps/whyteboard/whyteboard-0.41.1-r1.ebuild index b37dbb1d85d8..9d13028f704d 100644 --- a/x11-apps/whyteboard/whyteboard-0.41.1.ebuild +++ b/x11-apps/whyteboard/whyteboard-0.41.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -21,7 +21,9 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" DEPEND="${PYTHON_DEPS}" RDEPEND="${DEPEND} - dev-python/wxpython:*[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + dev-python/wxpython:*[${PYTHON_MULTI_USEDEP}] + ') media-gfx/imagemagick" src_install() { -- 2.26.2