If we're installing multiple PEP517 packages in a single ebuild, they all end up using the same build-base override. We need to fix that.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c68108e4e7f72b6fe6254caf426929610e188f91 commit c68108e4e7f72b6fe6254caf426929610e188f91 Author: Michał Górny <mgorny@gentoo.org> AuthorDate: 2025-03-24 06:41:08 +0000 Commit: Michał Górny <mgorny@gentoo.org> CommitDate: 2025-04-02 07:06:13 +0000 distutils-r1.eclass: Use unique setuptools build directories Add a dynamic component to the build directory used by setuptools, to enable calling distutils-r1_python_compile multiple times without having the builds share the same build directory (and therefore end up being combined). Closes: https://bugs.gentoo.org/951853 Signed-off-by: Michał Górny <mgorny@gentoo.org> eclass/distutils-r1.eclass | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-)