app-cdr/gtkcdlabel: Switch to PYTHON_MULTI_USEDEP API
authorMichał Górny <mgorny@gentoo.org>
Fri, 7 Feb 2020 08:53:53 +0000 (09:53 +0100)
committerMichał Górny <mgorny@gentoo.org>
Fri, 7 Feb 2020 09:08:33 +0000 (10:08 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
app-cdr/gtkcdlabel/gtkcdlabel-1.15.ebuild

index f0e3b51cba8983cf4fea483fcd5ca04bf666f307..c0c631081be7574fae085b84722b3d7c0cdae06e 100644 (file)
@@ -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}"