diff options
author | Sam James <sam@gentoo.org> | 2021-02-15 11:13:18 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-15 11:13:18 +0000 |
commit | 3d5f22794db4ae1f7e40397d5fe7742c52e84426 (patch) | |
tree | 97d47264ea0d0d141570fbfa8c1c12c7ae1280dc /eclass/distutils-r1.eclass | |
parent | net-misc/iputils: fix comment typo (diff) | |
download | gentoo-3d5f22794db4ae1f7e40397d5fe7742c52e84426.tar.gz gentoo-3d5f22794db4ae1f7e40397d5fe7742c52e84426.tar.bz2 gentoo-3d5f22794db4ae1f7e40397d5fe7742c52e84426.zip |
distutils-r1.eclass: fix comment typo
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'eclass/distutils-r1.eclass')
-rw-r--r-- | eclass/distutils-r1.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass index 780becc3ace9..ca2ed98c8e8c 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. |