diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-07 10:03:25 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-09 17:10:36 +0100 |
commit | c6bb139c134b12b0826e1f6185dd8117bed4209e (patch) | |
tree | b7dab95bfe495ded852860d2b3f5528f85d845c2 /app-emulation | |
parent | app-emulation/ganeti: Switch to PYTHON_MULTI_USEDEP API (diff) | |
download | gentoo-c6bb139c134b12b0826e1f6185dd8117bed4209e.tar.gz gentoo-c6bb139c134b12b0826e1f6185dd8117bed4209e.tar.bz2 gentoo-c6bb139c134b12b0826e1f6185dd8117bed4209e.zip |
app-emulation/playonlinux: Switch to PYTHON_MULTI_USEDEP API
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/playonlinux/playonlinux-4.2.12.ebuild | 6 | ||||
-rw-r--r-- | app-emulation/playonlinux/playonlinux-4.3.4-r1.ebuild (renamed from app-emulation/playonlinux/playonlinux-4.3.4.ebuild) | 6 |
2 files changed, 8 insertions, 4 deletions
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 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 |