diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-09-09 17:32:11 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-09-09 17:32:11 +0200 |
commit | 3cbacd380fc609d8edd7d657a44df66425df2f92 (patch) | |
tree | 469d46c18f3ec4336b07a663822c5d81fd8945cd /eclass | |
parent | dev-python/mkdocs-redirects: keyword 1.0.3 for ~riscv (diff) | |
download | gentoo-3cbacd380fc609d8edd7d657a44df66425df2f92.tar.gz gentoo-3cbacd380fc609d8edd7d657a44df66425df2f92.tar.bz2 gentoo-3cbacd380fc609d8edd7d657a44df66425df2f92.zip |
distutils-r1.eclass: Fix obsolete comment on DUS
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to '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 75e8179c810e..786f59636638 100644 --- a/eclass/distutils-r1.eclass +++ b/eclass/distutils-r1.eclass @@ -86,7 +86,7 @@ esac # # - no -- do not add the dependency (pure distutils package) # - bdepend -- add it to BDEPEND (the default) -# - rdepend -- add it to BDEPEND+RDEPEND (when using entry_points) +# - 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...) # - manual -- do not add the dependency and suppress the checks |