commit: ff9e21c79b0738d23ed78aa389845eb9f40712a1 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Apr 20 00:38:39 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Apr 20 00:38:39 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff9e21c7
profiles/arch: mask media-sound/liblc3[test] on non-amd64 & non-arm64 Needs dev-python/scipy for tests which often ends up destabled on arches even if it was previously stable there, as its own test results vary a lot. Just avoid tests for liblc3 in general and unmask in a few places where scipy will surely be around in future. Bug: https://bugs.gentoo.org/950193 Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/arch/amd64/package.use.stable.mask | 7 +++++++ profiles/arch/arm64/package.use.stable.mask | 7 +++++++ profiles/arch/base/package.use.stable.mask | 7 +++++++ 3 files changed, 21 insertions(+) diff --git a/profiles/arch/amd64/package.use.stable.mask b/profiles/arch/amd64/package.use.stable.mask index 883c22e044ee..ad58d841b53f 100644 --- a/profiles/arch/amd64/package.use.stable.mask +++ b/profiles/arch/amd64/package.use.stable.mask @@ -17,6 +17,13 @@ #--- END OF EXAMPLES --- +# Sam James <[email protected]> (2025-04-20) +# Needs dev-python/scipy for tests which often ends up destabled on arches +# even if it was previously stable there, as its own test results vary a lot. +# Just avoid tests for liblc3 in general and unmask in a few places where +# scipy will surely be around in future. +media-sound/liblc3 -test + # Ionen Wolkens <[email protected]> (2025-03-10) # dev-util/nvidia-cuda-toolkit may never be stabilized media-video/ffmpeg npp diff --git a/profiles/arch/arm64/package.use.stable.mask b/profiles/arch/arm64/package.use.stable.mask index 5e3a95ef2515..5ea92ea4d616 100644 --- a/profiles/arch/arm64/package.use.stable.mask +++ b/profiles/arch/arm64/package.use.stable.mask @@ -1,6 +1,13 @@ # Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James <[email protected]> (2025-04-20) +# Needs dev-python/scipy for tests which often ends up destabled on arches +# even if it was previously stable there, as its own test results vary a lot. +# Just avoid tests for liblc3 in general and unmask in a few places where +# scipy will surely be around in future. +media-sound/liblc3 -test + # Ionen Wolkens <[email protected]> (2025-03-12) # dev-util/nvidia-cuda-toolkit may never be stabilized media-video/ffmpeg npp diff --git a/profiles/arch/base/package.use.stable.mask b/profiles/arch/base/package.use.stable.mask index 6a1da0e0bbb6..9d0bedadc7df 100644 --- a/profiles/arch/base/package.use.stable.mask +++ b/profiles/arch/base/package.use.stable.mask @@ -1,6 +1,13 @@ # Copyright 2023-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James <[email protected]> (2025-04-20) +# Needs dev-python/scipy for tests which often ends up destabled on arches +# even if it was previously stable there, as its own test results vary a lot. +# Just avoid tests for liblc3 in general and unmask in a few places where +# scipy will surely be around in future. +media-sound/liblc3 test + # Sam James <[email protected]> (2025-02-13) # sys-cluster/corosync is not marked stable on most arches sys-fs/mdadm corosync
