diff options
author | 2024-01-09 19:39:29 +0100 | |
---|---|---|
committer | 2024-01-09 19:43:21 +0100 | |
commit | bc12c322141ccb4cdbba953d3226a482e720ef92 (patch) | |
tree | 64c318f33cbaa17fb4654786a9b4563d46f647be /dev-util | |
parent | dev-python/dulwich: Do not install docs to site-packages (diff) | |
download | gentoo-bc12c322141ccb4cdbba953d3226a482e720ef92.tar.gz gentoo-bc12c322141ccb4cdbba953d3226a482e720ef92.tar.bz2 gentoo-bc12c322141ccb4cdbba953d3226a482e720ef92.zip |
dev-util/scons: Fix stray .pyc file
Closes: https://bugs.gentoo.org/921657
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/scons/scons-4.6.0-r1.ebuild (renamed from dev-util/scons/scons-4.6.0.ebuild) | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-util/scons/scons-4.6.0.ebuild b/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 |