commit:     cb3c6a1f742fb6f776be55e7f7e7617dafbf8105
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 10 15:16:04 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Dec 10 15:16:29 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb3c6a1f

dev-util/scons: Deselect test broken on ppc64 (apparently)

Bug: https://bugs.gentoo.org/908347
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-util/scons/scons-4.5.2.ebuild | 3 +++
 dev-util/scons/scons-4.6.0.ebuild | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/dev-util/scons/scons-4.5.2.ebuild 
b/dev-util/scons/scons-4.5.2.ebuild
index ab53c2158828..9a862575209a 100644
--- a/dev-util/scons/scons-4.5.2.ebuild
+++ b/dev-util/scons/scons-4.5.2.ebuild
@@ -103,6 +103,9 @@ src_prepare() {
                        test/packaging/rpm/multipackage.py
                        test/packaging/rpm/package.py
                        test/packaging/rpm/tagging.py
+                       # apparently fragile to... limits?
+                       # https://bugs.gentoo.org/908347#c7
+                       test/builderrors.py
                )
 
                if ! use amd64 && ! use x86 ; then

diff --git a/dev-util/scons/scons-4.6.0.ebuild 
b/dev-util/scons/scons-4.6.0.ebuild
index 59f9c12737d1..75e8c0662bc8 100644
--- a/dev-util/scons/scons-4.6.0.ebuild
+++ b/dev-util/scons/scons-4.6.0.ebuild
@@ -103,6 +103,9 @@ src_prepare() {
                        test/packaging/rpm/multipackage.py
                        test/packaging/rpm/package.py
                        test/packaging/rpm/tagging.py
+                       # apparently fragile to... limits?
+                       # https://bugs.gentoo.org/908347#c7
+                       test/builderrors.py
                )
 
                if ! use amd64 && ! use x86 ; then

Reply via email to