distutils-r1.eclass: fix comment typo

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2021-02-15 11:13:18 +00:00
parent 9f46aaf865
commit 3d5f22794d

View File

@@ -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.