summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-07 21:29:19 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-09 17:37:15 +0100
commitae0dc8b65a8bad635d242ecf49976d634141662a (patch)
tree9c9407b3a7664b179b65480845c2c11c3d97e536 /x11-misc/revelation
parentx11-apps/whyteboard: Switch to PYTHON_MULTI_USEDEP API (diff)
downloadgentoo-ae0dc8b65a8bad635d242ecf49976d634141662a.tar.gz
gentoo-ae0dc8b65a8bad635d242ecf49976d634141662a.tar.bz2
gentoo-ae0dc8b65a8bad635d242ecf49976d634141662a.zip
x11-misc/revelation: Switch to PYTHON_MULTI_USEDEP API
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'x11-misc/revelation')
-rw-r--r--x11-misc/revelation/revelation-0.4.14-r4.ebuild (renamed from x11-misc/revelation/revelation-0.4.14-r3.ebuild)14
1 files changed, 8 insertions, 6 deletions
diff --git a/x11-misc/revelation/revelation-0.4.14-r3.ebuild b/x11-misc/revelation/revelation-0.4.14-r4.ebuild
index 8c636fe6e57d..704d9967b80e 100644
--- a/x11-misc/revelation/revelation-0.4.14-r3.ebuild
+++ b/x11-misc/revelation/revelation-0.4.14-r4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -20,11 +20,13 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RESTRICT="test"
RDEPEND="${PYTHON_DEPS}
- dev-python/pygtk[${PYTHON_USEDEP}]
- dev-python/pycryptodome[${PYTHON_USEDEP}]
- dev-python/gconf-python[${PYTHON_USEDEP}]
- dev-python/dbus-python[${PYTHON_USEDEP}]
- sys-libs/cracklib[python,${PYTHON_USEDEP}]
+ $(python_gen_cond_dep '
+ dev-python/pygtk[${PYTHON_MULTI_USEDEP}]
+ dev-python/pycryptodome[${PYTHON_MULTI_USEDEP}]
+ dev-python/gconf-python[${PYTHON_MULTI_USEDEP}]
+ dev-python/dbus-python[${PYTHON_MULTI_USEDEP}]
+ sys-libs/cracklib[python,${PYTHON_MULTI_USEDEP}]
+ ')
"
DEPEND="${RDEPEND}"