diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-07 10:01:42 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-09 17:10:34 +0100 |
commit | d599664485982c8365fc45dbeceb0cc22ed854f5 (patch) | |
tree | bf0e56744d55b509bfc47f1da4a68a00576f1d06 /app-emulation/crossover-bin/crossover-bin-13.1.3-r2.ebuild | |
parent | app-dicts/opendict: Switch to PYTHON_MULTI_USEDEP API (diff) | |
download | gentoo-d599664485982c8365fc45dbeceb0cc22ed854f5.tar.gz gentoo-d599664485982c8365fc45dbeceb0cc22ed854f5.tar.bz2 gentoo-d599664485982c8365fc45dbeceb0cc22ed854f5.zip |
app-emulation/crossover-bin: Switch to PYTHON_MULTI_USEDEP API
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-emulation/crossover-bin/crossover-bin-13.1.3-r2.ebuild')
-rw-r--r-- | app-emulation/crossover-bin/crossover-bin-13.1.3-r2.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/app-emulation/crossover-bin/crossover-bin-13.1.3-r2.ebuild b/app-emulation/crossover-bin/crossover-bin-13.1.3-r2.ebuild index c00511cf666c..f9d540708656 100644 --- a/app-emulation/crossover-bin/crossover-bin-13.1.3-r2.ebuild +++ b/app-emulation/crossover-bin/crossover-bin-13.1.3-r2.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=5 @@ -37,8 +37,10 @@ DEPEND="dev-lang/perl RDEPEND="${DEPEND} !prefix? ( sys-libs/glibc ) - >=dev-python/pygtk-2.10[${PYTHON_USEDEP}] - dev-python/dbus-python[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + >=dev-python/pygtk-2.10[${PYTHON_MULTI_USEDEP}] + dev-python/dbus-python[${PYTHON_MULTI_USEDEP}] + ') dev-util/desktop-file-utils !app-emulation/crossover-office-pro-bin !app-emulation/crossover-office-bin |