commit: 076f681e4d7dda960bb849ecdd0526737c673cca Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Nov 30 18:54:56 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Nov 30 18:56:14 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=076f681e
profiles: mask blis/mkl where unavailable for stable Bug: https://bugs.gentoo.org/966749 Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/arch/amd64/package.use.stable.mask | 4 ++++ profiles/arch/arm64/package.use.stable.mask | 4 ++++ profiles/arch/powerpc/ppc64/package.use.stable.mask | 4 ++++ profiles/arch/x86/package.use.stable.mask | 4 ++++ profiles/base/package.use.stable.mask | 4 ---- 5 files changed, 16 insertions(+), 4 deletions(-) diff --git a/profiles/arch/amd64/package.use.stable.mask b/profiles/arch/amd64/package.use.stable.mask index 4878ef3ae590..8964f42a3fc8 100644 --- a/profiles/arch/amd64/package.use.stable.mask +++ b/profiles/arch/amd64/package.use.stable.mask @@ -17,6 +17,10 @@ #--- END OF EXAMPLES --- +# Sam James <[email protected]> (2025-11-30) +# sci-libs/blis and sci-libs/mkl do not have stable keywords +sci-libs/flexiblas blis mkl + # 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. diff --git a/profiles/arch/arm64/package.use.stable.mask b/profiles/arch/arm64/package.use.stable.mask index 191d4d7b05ec..5d07496ce663 100644 --- a/profiles/arch/arm64/package.use.stable.mask +++ b/profiles/arch/arm64/package.use.stable.mask @@ -1,6 +1,10 @@ # Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James <[email protected]> (2025-11-30) +# sci-libs/blis does not have stable keywords +sci-libs/flexiblas blis + # Sam James <[email protected]> (2025-04-28) # Needs sys-cluster/ceph which isn't marked stable here sys-block/fio rbd diff --git a/profiles/arch/powerpc/ppc64/package.use.stable.mask b/profiles/arch/powerpc/ppc64/package.use.stable.mask index ffa659af35d2..c2871cf802cb 100644 --- a/profiles/arch/powerpc/ppc64/package.use.stable.mask +++ b/profiles/arch/powerpc/ppc64/package.use.stable.mask @@ -17,6 +17,10 @@ #--- END OF EXAMPLES --- +# Sam James <[email protected]> (2025-11-30) +# sci-libs/blis does not have stable keywords +sci-libs/flexiblas blis + # Pacho Ramos <[email protected]> (2025-06-28) # Mask options needing to stabilize Gnome stuff gnome-base/gvfs google onedrive diff --git a/profiles/arch/x86/package.use.stable.mask b/profiles/arch/x86/package.use.stable.mask index 9dfddf425deb..7aa47ba5178c 100644 --- a/profiles/arch/x86/package.use.stable.mask +++ b/profiles/arch/x86/package.use.stable.mask @@ -17,6 +17,10 @@ #--- END OF EXAMPLES --- +# Sam James <[email protected]> (2025-11-30) +# sci-libs/blis does not have stable keywords +sci-libs/flexiblas blis + # Andreas Sturmlechner <[email protected]> (2025-08-29) # dev-perl/Template-GD is not stable here. Bug #962143 dev-perl/Template-Toolkit gd diff --git a/profiles/base/package.use.stable.mask b/profiles/base/package.use.stable.mask index 997130d9f97d..b36c672f5d29 100644 --- a/profiles/base/package.use.stable.mask +++ b/profiles/base/package.use.stable.mask @@ -4,10 +4,6 @@ # New entries go on top. # Please use the same syntax as in package.use.mask. -# Sam James <[email protected]> (2025-11-30) -# sci-libs/blis and sci-libs/mkl do not have stable keywords -sci-libs/flexiblas blis mkl - # Alexey Shvetsov <[email protected]> (2025-10-29) # Need non-yet-stable caffe2 sci-chemistry/gromacs nnpot
