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: Thu, 09 Sep 2021 15:32:42
Message-Id: 1631201531.3cbacd380fc609d8edd7d657a44df66425df2f92.mgorny@gentoo
1 commit: 3cbacd380fc609d8edd7d657a44df66425df2f92
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 9 15:32:11 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 9 15:32:11 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cbacd38
7
8 distutils-r1.eclass: Fix obsolete comment on DUS
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 eclass/distutils-r1.eclass | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass
16 index 75e8179c810..786f5963663 100644
17 --- a/eclass/distutils-r1.eclass
18 +++ b/eclass/distutils-r1.eclass
19 @@ -86,7 +86,7 @@ esac
20 #
21 # - no -- do not add the dependency (pure distutils package)
22 # - bdepend -- add it to BDEPEND (the default)
23 -# - rdepend -- add it to BDEPEND+RDEPEND (when using entry_points)
24 +# - rdepend -- add it to BDEPEND+RDEPEND (e.g. when using pkg_resources)
25 # - pyproject.toml -- use pyproject2setuptools to install a project
26 # using pyproject.toml (flit, poetry...)
27 # - manual -- do not add the dependency and suppress the checks