diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-02-04 19:37:22 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-02-04 19:40:09 +0100 |
commit | a17f32f1c3426d942a83d6583ae72242ef60bcaf (patch) | |
tree | cd25efcbfedb7ddb380710be4a6c0532f7c6762e /app-misc | |
parent | app-text/calibre: Bump to version 5.36.0 (diff) | |
download | gentoo-a17f32f1c3426d942a83d6583ae72242ef60bcaf.tar.gz gentoo-a17f32f1c3426d942a83d6583ae72242ef60bcaf.tar.bz2 gentoo-a17f32f1c3426d942a83d6583ae72242ef60bcaf.zip |
app-misc/rmlint: Replace deprecated PYTHON_MULTI_USEDEP
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/rmlint/rmlint-2.10.1.ebuild | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/app-misc/rmlint/rmlint-2.10.1.ebuild b/app-misc/rmlint/rmlint-2.10.1.ebuild index aaa9a53dd04d..4ef7a1287b4f 100644 --- a/app-misc/rmlint/rmlint-2.10.1.ebuild +++ b/app-misc/rmlint/rmlint-2.10.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -29,8 +29,8 @@ RDEPEND=" ${PYTHON_DEPS} x11-libs/gtksourceview:3.0 $(python_gen_cond_dep ' - dev-python/colorlog[${PYTHON_MULTI_USEDEP}] - dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}] + dev-python/colorlog[${PYTHON_USEDEP}] + dev-python/pygobject:3[${PYTHON_USEDEP}] ') ) " @@ -39,8 +39,8 @@ BDEPEND=" doc? ( ${PYTHON_DEPS} $(python_gen_cond_dep ' - dev-python/sphinx[${PYTHON_MULTI_USEDEP}] - dev-python/sphinx-bootstrap-theme[${PYTHON_MULTI_USEDEP}] + dev-python/sphinx[${PYTHON_USEDEP}] + dev-python/sphinx-bootstrap-theme[${PYTHON_USEDEP}] ') ) nls? ( sys-devel/gettext ) @@ -48,10 +48,10 @@ BDEPEND=" ${PYTHON_DEPS} app-shells/dash $(python_gen_cond_dep ' - dev-python/nose[${PYTHON_MULTI_USEDEP}] - dev-python/parameterized[${PYTHON_MULTI_USEDEP}] - dev-python/psutil[${PYTHON_MULTI_USEDEP}] - dev-python/pyxattr[${PYTHON_MULTI_USEDEP}] + dev-python/nose[${PYTHON_USEDEP}] + dev-python/parameterized[${PYTHON_USEDEP}] + dev-python/psutil[${PYTHON_USEDEP}] + dev-python/pyxattr[${PYTHON_USEDEP}] ') ) " |