Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Sun, 16 Jan 2022 17:41:00
Message-Id: 1642354850.bf801672f0812c15e7e33dc348795a468d9f78e1.mgorny@gentoo
1 commit: bf801672f0812c15e7e33dc348795a468d9f78e1
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 13 15:25:10 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 16 17:40:50 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf801672
7
8 distutils-r1.eclass: Fix manpage formatting
9
10 Thanks to arthurzam for noticing.
11
12 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
13
14 eclass/distutils-r1.eclass | 4 ++++
15 1 file changed, 4 insertions(+)
16
17 diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass
18 index 85e94bd569e4..ba0226f8fed3 100644
19 --- a/eclass/distutils-r1.eclass
20 +++ b/eclass/distutils-r1.eclass
21 @@ -85,10 +85,14 @@ esac
22 # are:
23 #
24 # - no -- do not add the dependency (pure distutils package)
25 +#
26 # - bdepend -- add it to BDEPEND (the default)
27 +#
28 # - rdepend -- add it to BDEPEND+RDEPEND (e.g. when using pkg_resources)
29 +#
30 # - pyproject.toml -- use pyproject2setuptools to install a project
31 # using pyproject.toml (flit, poetry...)
32 +#
33 # - manual -- do not add the dependency and suppress the checks
34 # (assumes you will take care of doing it correctly)
35 #