diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-01-13 16:25:10 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-01-16 18:40:50 +0100 |
commit | bf801672f0812c15e7e33dc348795a468d9f78e1 (patch) | |
tree | 9e5e2c575f0a9411cc10a4b1ebbfd8564e095897 /eclass | |
parent | package.mask: Unmask setuptools >= 60 (diff) | |
download | gentoo-bf801672f0812c15e7e33dc348795a468d9f78e1.tar.gz gentoo-bf801672f0812c15e7e33dc348795a468d9f78e1.tar.bz2 gentoo-bf801672f0812c15e7e33dc348795a468d9f78e1.zip |
distutils-r1.eclass: Fix manpage formatting
Thanks to arthurzam for noticing.
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/distutils-r1.eclass | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass index 85e94bd569e4..ba0226f8fed3 100644 --- a/eclass/distutils-r1.eclass +++ b/eclass/distutils-r1.eclass @@ -85,10 +85,14 @@ esac # are: # # - no -- do not add the dependency (pure distutils package) +# # - bdepend -- add it to BDEPEND (the default) +# # - 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 # (assumes you will take care of doing it correctly) # |