commit:     a17f32f1c3426d942a83d6583ae72242ef60bcaf
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  4 18:37:22 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Feb  4 18:40:09 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a17f32f1

app-misc/rmlint: Replace deprecated PYTHON_MULTI_USEDEP

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-misc/rmlint/rmlint-2.10.1.ebuild | 18 +++++++++---------
 1 file 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}]
                ')
        )
 "

Reply via email to