x11-misc/tintwizard: Switch to PYTHON_MULTI_USEDEP API
authorMichał Górny <mgorny@gentoo.org>
Fri, 7 Feb 2020 20:29:37 +0000 (21:29 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sun, 9 Feb 2020 16:37:16 +0000 (17:37 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
x11-misc/tintwizard/tintwizard-0.3.4-r3.ebuild [moved from x11-misc/tintwizard/tintwizard-0.3.4-r2.ebuild with 83% similarity]

similarity index 83%
rename from x11-misc/tintwizard/tintwizard-0.3.4-r2.ebuild
rename to x11-misc/tintwizard/tintwizard-0.3.4-r3.ebuild
index cb32eb555eaff2f8a7e56284eeaa9fd3b661358d..d854ab98fff7cc5f65bf17a42aea89b1df7e3ae9 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
@@ -21,7 +21,9 @@ DEPEND=""
 RDEPEND="
        ${PYTHON_DEPS}
        x11-misc/tint2
-       dev-python/pygtk:2[${PYTHON_USEDEP}]"
+       $(python_gen_cond_dep '
+               dev-python/pygtk:2[${PYTHON_MULTI_USEDEP}]
+       ')"
 
 S="${WORKDIR}"