diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-07 09:53:53 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-07 10:08:33 +0100 |
commit | 25619c7456587a9f7e3e1e65077330b15b12c918 (patch) | |
tree | 8a61d20c5471dc1058703ac0ba79a3875ef3795e /app-cdr | |
parent | app-cdr/cdcover: Switch to PYTHON_MULTI_USEDEP API (diff) | |
download | gentoo-25619c7456587a9f7e3e1e65077330b15b12c918.tar.gz gentoo-25619c7456587a9f7e3e1e65077330b15b12c918.tar.bz2 gentoo-25619c7456587a9f7e3e1e65077330b15b12c918.zip |
app-cdr/gtkcdlabel: Switch to PYTHON_MULTI_USEDEP API
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-cdr')
-rw-r--r-- | app-cdr/gtkcdlabel/gtkcdlabel-1.15.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/app-cdr/gtkcdlabel/gtkcdlabel-1.15.ebuild b/app-cdr/gtkcdlabel/gtkcdlabel-1.15.ebuild index f0e3b51cba89..c0c631081be7 100644 --- a/app-cdr/gtkcdlabel/gtkcdlabel-1.15.ebuild +++ b/app-cdr/gtkcdlabel/gtkcdlabel-1.15.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=6 @@ -17,7 +17,9 @@ IUSE="" DEPEND="${PYTHON_DEPS} >=app-cdr/cdlabelgen-4 - dev-python/pygtk[${PYTHON_USEDEP}]" + $(python_gen_cond_dep ' + dev-python/pygtk[${PYTHON_MULTI_USEDEP}] + ')" RDEPEND="${DEPEND}" REQUIRED_USE="${PYTHON_REQUIRED_USE}" |