• [gentoo-dev] [PATCH 17/18] distutils-r1.eclass: small docs format fixes

    From =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?@21:1/5 to All on Sat Jun 4 11:10:01 2022
    From: Arthur Zamarin <arthurzam@gentoo.org>

    Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
    ---
    eclass/distutils-r1.eclass | 9 ++++++---
    1 file changed, 6 insertions(+), 3 deletions(-)

    diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass
    index 30f7d941f0d4..9536e5c466be 100644
    --- a/eclass/distutils-r1.eclass
    +++ b/eclass/distutils-r1.eclass
    @@ -119,7 +119,7 @@ esac
    # - sip - sipbuild backend
    #
    # - standalone - standalone build systems without external deps
    -# (used for bootstrapping).
    +# (used for bootstrapping).
    #
    # The variable needs to be set before the inherit line. The eclass
    # adds appropriate build-time dependencies and verifies the value.
    @@ -149,10 +149,10 @@ esac
    # - rdepend -- add it to BDEPEND+RDEPEND (e.g. when using pkg_resources)
    #
    # - pyproject.toml -- use pyproject2setuptools to install a project
    -# using pyproject.toml (flit, poetry...)
    +# using pyproject.toml (flit, poetry...)
    #
    # - manual -- do not add the dependency and suppress the checks
    -# (assumes you will take care of