commit: bc12c322141ccb4cdbba953d3226a482e720ef92 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue Jan 9 18:39:29 2024 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Jan 9 18:43:21 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc12c322
dev-util/scons: Fix stray .pyc file Closes: https://bugs.gentoo.org/921657 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-util/scons/{scons-4.6.0.ebuild => scons-4.6.0-r1.ebuild} | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dev-util/scons/scons-4.6.0.ebuild b/dev-util/scons/scons-4.6.0-r1.ebuild similarity index 97% rename from dev-util/scons/scons-4.6.0.ebuild rename to dev-util/scons/scons-4.6.0-r1.ebuild index 93909c9fbbbd..acf4b5429a1a 100644 --- a/dev-util/scons/scons-4.6.0.ebuild +++ b/dev-util/scons/scons-4.6.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -59,6 +59,9 @@ src_unpack() { src_prepare() { distutils-r1_src_prepare + # fixed in .post1 release + rm -r SCons/Tool/docbook/__pycache__ || die + # TODO: rebase the patches <4.5.1-r2 is gone # support env passthrough for Gentoo ebuilds eapply -p2 "${FILESDIR}"/scons-4.1.0-env-passthrough.patch
