summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-07 21:29:37 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-09 17:37:16 +0100
commite70075e302ffa1a3df9b3a1b930375d75e156a90 (patch)
tree1fe18dc9879e6d7b8a198c512c2528bdc24d573a /x11-misc
parentx11-misc/revelation: Switch to PYTHON_MULTI_USEDEP API (diff)
downloadgentoo-e70075e302ffa1a3df9b3a1b930375d75e156a90.tar.gz
gentoo-e70075e302ffa1a3df9b3a1b930375d75e156a90.tar.bz2
gentoo-e70075e302ffa1a3df9b3a1b930375d75e156a90.zip
x11-misc/tintwizard: Switch to PYTHON_MULTI_USEDEP API
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/tintwizard/tintwizard-0.3.4-r3.ebuild (renamed from x11-misc/tintwizard/tintwizard-0.3.4-r2.ebuild)6
1 files changed, 4 insertions, 2 deletions
diff --git a/x11-misc/tintwizard/tintwizard-0.3.4-r2.ebuild b/x11-misc/tintwizard/tintwizard-0.3.4-r3.ebuild
index cb32eb555eaf..d854ab98fff7 100644
--- a/x11-misc/tintwizard/tintwizard-0.3.4-r2.ebuild
+++ b/x11-misc/tintwizard/tintwizard-0.3.4-r3.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
@@ -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}"