Gentoo Archives: gentoo-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-dev@l.g.o
Cc: "Petr Vaněk" <arkamar@×××××.cz>
Subject: [gentoo-dev] [PATCH 2/4] distutils-r1.eclass: fix typo in comment
Date: Sun, 02 Oct 2022 16:19:18
Message-Id: 20221002161840.5552-2-mgorny@gentoo.org
In Reply to: [gentoo-dev] [PATCH 1/4] distutils-r1.eclass: Remove obsolete DUS=pyproject.toml support by "Michał Górny"
1 From: Petr Vaněk <arkamar@×××××.cz>
2
3 Signed-off-by: Petr Vaněk <arkamar@×××××.cz>
4 ---
5 eclass/distutils-r1.eclass | 4 ++--
6 1 file changed, 2 insertions(+), 2 deletions(-)
7
8 diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass
9 index d011e5f97ad9..8fd652ff1e13 100644
10 --- a/eclass/distutils-r1.eclass
11 +++ b/eclass/distutils-r1.eclass
12 @@ -723,8 +723,8 @@ esetup.py() {
13 # to unmerge the package first.
14 #
15 # This function is not available in PEP517 mode. The eclass provides
16 -# a venv-style install unconditionally therefore, and therefore it
17 -# should no longer be necessary.
18 +# a venv-style install unconditionally and therefore it should no longer
19 +# be necessary.
20 distutils_install_for_testing() {
21 debug-print-function ${FUNCNAME} "${@}"
22
23 --
24 2.37.3