Portage reports the following warning message when emerging dev-python/jinja-2.10.3-r1: > * DISTUTILS_USE_SETUPTOOLS value is probably incorrect > * value: DISTUTILS_USE_SETUPTOOLS=bdepend (default?) > * expected: DISTUTILS_USE_SETUPTOOLS=rdepend
Created attachment 614116 [details] build log
Created attachment 614118 [details] emerge --info dev-python/jinja
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28b71f5630f920ea8e25ba7b7727d59a40c9a5f5 commit 28b71f5630f920ea8e25ba7b7727d59a40c9a5f5 Author: Michał Górny <mgorny@gentoo.org> AuthorDate: 2020-02-21 16:49:59 +0000 Commit: Michał Górny <mgorny@gentoo.org> CommitDate: 2020-02-21 17:28:31 +0000 dev-python/jinja: Set DISTUTILS_USE_SETUPTOOLS Closes: https://bugs.gentoo.org/709956 Signed-off-by: Michał Górny <mgorny@gentoo.org> dev-python/jinja/jinja-2.10.3-r1.ebuild | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-)
With dev-python/jinja-2.11.2-r1 I now get the opposite warning message: * DISTUTILS_USE_SETUPTOOLS value is probably incorrect * have: DISTUTILS_USE_SETUPTOOLS=rdepend * expected: DISTUTILS_USE_SETUPTOOLS=bdepend I now run an amd64 system instead of ~amd64.
The logic now accepts bdepend and rdepend, and prefers bdepend, so the bugs are most likely obsolete and confusing.