From c6bb139c134b12b0826e1f6185dd8117bed4209e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 7 Feb 2020 10:03:25 +0100 Subject: [PATCH] app-emulation/playonlinux: 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 --- app-emulation/playonlinux/playonlinux-4.2.12.ebuild | 6 ++++-- ...playonlinux-4.3.4.ebuild => playonlinux-4.3.4-r1.ebuild} | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) rename app-emulation/playonlinux/{playonlinux-4.3.4.ebuild => playonlinux-4.3.4-r1.ebuild} (95%) diff --git a/app-emulation/playonlinux/playonlinux-4.2.12.ebuild b/app-emulation/playonlinux/playonlinux-4.2.12.ebuild index d7c477f4bd80..fcb7847aa4e8 100644 --- a/app-emulation/playonlinux/playonlinux-4.2.12.ebuild +++ b/app-emulation/playonlinux/playonlinux-4.2.12.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -25,7 +25,9 @@ RDEPEND="${PYTHON_DEPS} app-arch/unzip app-crypt/gnupg virtual/wine - dev-python/wxpython:3.0[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + dev-python/wxpython:3.0[${PYTHON_MULTI_USEDEP}] + ') net-misc/wget x11-apps/mesa-progs x11-terms/xterm diff --git a/app-emulation/playonlinux/playonlinux-4.3.4.ebuild b/app-emulation/playonlinux/playonlinux-4.3.4-r1.ebuild similarity index 95% rename from app-emulation/playonlinux/playonlinux-4.3.4.ebuild rename to app-emulation/playonlinux/playonlinux-4.3.4-r1.ebuild index f2a319b7bbeb..a1e610f9b4f0 100644 --- a/app-emulation/playonlinux/playonlinux-4.3.4.ebuild +++ b/app-emulation/playonlinux/playonlinux-4.3.4-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=7 @@ -26,7 +26,9 @@ RDEPEND="${PYTHON_DEPS} app-arch/unzip app-crypt/gnupg app-misc/jq - dev-python/wxpython:3.0[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + dev-python/wxpython:3.0[${PYTHON_MULTI_USEDEP}] + ') media-gfx/icoutils || ( net-analyzer/netcat net-analyzer/openbsd-netcat ) net-misc/wget -- 2.26.2