commit: 25619c7456587a9f7e3e1e65077330b15b12c918
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 7 08:53:53 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Feb 7 09:08:33 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25619c74
app-cdr/gtkcdlabel: Switch to PYTHON_MULTI_USEDEP API
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-cdr/gtkcdlabel/gtkcdlabel-1.15.ebuild | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/app-cdr/gtkcdlabel/gtkcdlabel-1.15.ebuild
b/app-cdr/gtkcdlabel/gtkcdlabel-1.15.ebuild
index f0e3b51cba8..c0c631081be 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}"