commit:     bf801672f0812c15e7e33dc348795a468d9f78e1
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 13 15:25:10 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jan 16 17:40:50 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf801672

distutils-r1.eclass: Fix manpage formatting

Thanks to arthurzam for noticing.

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 eclass/distutils-r1.eclass | 4 ++++
 1 file changed, 4 insertions(+)

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)
 #

Reply via email to