Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/rmlint/
Date: Fri, 04 Feb 2022 18:40:38
Message-Id: 1644000009.a17f32f1c3426d942a83d6583ae72242ef60bcaf.mgorny@gentoo
1 commit: a17f32f1c3426d942a83d6583ae72242ef60bcaf
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 4 18:37:22 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 4 18:40:09 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a17f32f1
7
8 app-misc/rmlint: Replace deprecated PYTHON_MULTI_USEDEP
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 app-misc/rmlint/rmlint-2.10.1.ebuild | 18 +++++++++---------
13 1 file changed, 9 insertions(+), 9 deletions(-)
14
15 diff --git a/app-misc/rmlint/rmlint-2.10.1.ebuild b/app-misc/rmlint/rmlint-2.10.1.ebuild
16 index aaa9a53dd04d..4ef7a1287b4f 100644
17 --- a/app-misc/rmlint/rmlint-2.10.1.ebuild
18 +++ b/app-misc/rmlint/rmlint-2.10.1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -29,8 +29,8 @@ RDEPEND="
26 ${PYTHON_DEPS}
27 x11-libs/gtksourceview:3.0
28 $(python_gen_cond_dep '
29 - dev-python/colorlog[${PYTHON_MULTI_USEDEP}]
30 - dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}]
31 + dev-python/colorlog[${PYTHON_USEDEP}]
32 + dev-python/pygobject:3[${PYTHON_USEDEP}]
33 ')
34 )
35 "
36 @@ -39,8 +39,8 @@ BDEPEND="
37 doc? (
38 ${PYTHON_DEPS}
39 $(python_gen_cond_dep '
40 - dev-python/sphinx[${PYTHON_MULTI_USEDEP}]
41 - dev-python/sphinx-bootstrap-theme[${PYTHON_MULTI_USEDEP}]
42 + dev-python/sphinx[${PYTHON_USEDEP}]
43 + dev-python/sphinx-bootstrap-theme[${PYTHON_USEDEP}]
44 ')
45 )
46 nls? ( sys-devel/gettext )
47 @@ -48,10 +48,10 @@ BDEPEND="
48 ${PYTHON_DEPS}
49 app-shells/dash
50 $(python_gen_cond_dep '
51 - dev-python/nose[${PYTHON_MULTI_USEDEP}]
52 - dev-python/parameterized[${PYTHON_MULTI_USEDEP}]
53 - dev-python/psutil[${PYTHON_MULTI_USEDEP}]
54 - dev-python/pyxattr[${PYTHON_MULTI_USEDEP}]
55 + dev-python/nose[${PYTHON_USEDEP}]
56 + dev-python/parameterized[${PYTHON_USEDEP}]
57 + dev-python/psutil[${PYTHON_USEDEP}]
58 + dev-python/pyxattr[${PYTHON_USEDEP}]
59 ')
60 )
61 "