commit: 3d5f22794db4ae1f7e40397d5fe7742c52e84426 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Feb 15 11:13:18 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Feb 15 11:13:18 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d5f2279
distutils-r1.eclass: fix comment typo Signed-off-by: Sam James <sam <AT> gentoo.org> eclass/distutils-r1.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass index 780becc3ace..ca2ed98c8e8 100644 --- a/eclass/distutils-r1.eclass +++ b/eclass/distutils-r1.eclass @@ -88,7 +88,7 @@ esac # - rdepend -- add it to BDEPEND+RDEPEND (when using entry_points) # - pyproject.toml -- use pyproject2setuptools to install a project # using pyproject.toml (flit, poetry...) -# - manual -- do not add the depedency and suppress the checks +# - manual -- do not add the dependency and suppress the checks # (assumes you will take care of doing it correctly) # # This variable is effective only if DISTUTILS_OPTIONAL is disabled.
