From a17f32f1c3426d942a83d6583ae72242ef60bcaf Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Fri, 4 Feb 2022 19:37:22 +0100 Subject: app-misc/rmlint: Replace deprecated PYTHON_MULTI_USEDEP MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- app-misc/rmlint/rmlint-2.10.1.ebuild | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'app-misc/rmlint/rmlint-2.10.1.ebuild') 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}] ') ) " -- cgit v1.2.3-18-g5258