diff options
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}" |