commit: 508f0a9a33c235687a6a48e576d1864a61ef74e6
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 20 08:49:12 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Aug 20 08:50:30 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=508f0a9a
dev-util/scons: Fix install after testing
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-util/scons/scons-4.5.2.ebuild | 3 +++
1 file changed, 3 insertions(+)
diff --git a/dev-util/scons/scons-4.5.2.ebuild
b/dev-util/scons/scons-4.5.2.ebuild
index c623868baecd..a754d7e1be90 100644
--- a/dev-util/scons/scons-4.5.2.ebuild
+++ b/dev-util/scons/scons-4.5.2.ebuild
@@ -139,6 +139,9 @@ python_test() {
# and returns "2" if there are any tests with "no result"
# (i.e. in case if some tools are not installed or it's Windows
specific tests)
[[ ${?} == [02] ]] || die "Tests fail with ${EPYTHON}"
+
+ # sigh
+ rm "${BUILD_DIR}/install/usr/bin/.sconsign" || die
}
python_install_all() {