diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-03-26 21:37:41 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-03-28 12:22:36 +0200 |
commit | ce32a48a54f9ed754f88508e8978ae193280a592 (patch) | |
tree | 61ad6fdf644a7df69329fd086a1950dfe74c2158 /eclass | |
parent | distutils-r1.eclass: Use eunittest, add dep on unittest-or-fail (diff) | |
download | gentoo-ce32a48a54f9ed754f88508e8978ae193280a592.tar.gz gentoo-ce32a48a54f9ed754f88508e8978ae193280a592.tar.bz2 gentoo-ce32a48a54f9ed754f88508e8978ae193280a592.zip |
distutils-r1.eclass: Update eclassdoc for BDEPEND
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/distutils-r1.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass index b8b77103c0cb..24c5653aad06 100644 --- a/eclass/distutils-r1.eclass +++ b/eclass/distutils-r1.eclass @@ -33,8 +33,8 @@ # functions, you should consider calling the defaults (and especially # distutils-r1_python_prepare_all). # -# Please note that distutils-r1 sets RDEPEND and DEPEND unconditionally -# for you. +# Please note that distutils-r1 sets RDEPEND and BDEPEND (or DEPEND +# in earlier EAPIs) unconditionally for you. # # Also, please note that distutils-r1 will always inherit python-r1 # as well. Thus, all the variables defined and documented there are |