Gentoo Archives: gentoo-dev

From: "Petr Vaněk" <arkamar@×××××.cz>
To: gentoo-dev@l.g.o
Cc: Python team <python@g.o>, "Petr Vaněk" <arkamar@×××××.cz>
Subject: [gentoo-dev] [PATCH] distutils-r1.eclass: fix typo in comment
Date: Tue, 20 Sep 2022 15:18:14
Message-Id: 20220920151747.31074-1-arkamar@atlas.cz
1 Signed-off-by: Petr Vaněk <arkamar@×××××.cz>
2 ---
3 eclass/distutils-r1.eclass | 4 ++--
4 1 file changed, 2 insertions(+), 2 deletions(-)
5
6 diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass
7 index 60f81473c0a..27bd9207743 100644
8 --- a/eclass/distutils-r1.eclass
9 +++ b/eclass/distutils-r1.eclass
10 @@ -728,8 +728,8 @@ esetup.py() {
11 # to unmerge the package first.
12 #
13 # This function is not available in PEP517 mode. The eclass provides
14 -# a venv-style install unconditionally therefore, and therefore it
15 -# should no longer be necessary.
16 +# a venv-style install unconditionally and therefore it should no longer
17 +# be necessary.
18 distutils_install_for_testing() {
19 debug-print-function ${FUNCNAME} "${@}"
20
21 --
22 2.35.1

Replies

Subject Author
Re: [gentoo-dev] [PATCH] distutils-r1.eclass: fix typo in comment "Michał Górny" <mgorny@g.o>