commit: 601f4c0139c3caadadce7e2eaedd53a881085ac4
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 2 23:50:58 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Oct 2 23:50:58 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=601f4c01
dev-util/scons: fix IndirectInherits (multiprocessing)
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-util/scons/scons-4.2.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-util/scons/scons-4.2.0-r1.ebuild
b/dev-util/scons/scons-4.2.0-r1.ebuild
index c87db3273b7..c2a3ccc5ba2 100644
--- a/dev-util/scons/scons-4.2.0-r1.ebuild
+++ b/dev-util/scons/scons-4.2.0-r1.ebuild
@@ -7,7 +7,7 @@ DISTUTILS_USE_SETUPTOOLS=rdepend
PYTHON_COMPAT=( python3_{8..9} )
PYTHON_REQ_USE="threads(+)"
-inherit distutils-r1
+inherit distutils-r1 multiprocessing
DESCRIPTION="Extensible Python-based build utility"
HOMEPAGE="https://www.scons.org/"