From: Michał Górny Date: Fri, 7 Feb 2020 09:03:25 +0000 (+0100) Subject: app-emulation/playonlinux: Switch to PYTHON_MULTI_USEDEP API X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=c6bb139c134b12b0826e1f6185dd8117bed4209e;p=gentoo.git app-emulation/playonlinux: Switch to PYTHON_MULTI_USEDEP API Signed-off-by: Michał Górny --- 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