commit: 1bf169b461bbc8a3bde67505dbdf6f1567b2a4c4 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri Oct 3 14:13:40 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Oct 3 14:13:40 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bf169b4
profiles/arch/powerpc/ppc64: Unmask flexiblas[system-blas] Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> profiles/arch/powerpc/ppc64/package.use.mask | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/profiles/arch/powerpc/ppc64/package.use.mask b/profiles/arch/powerpc/ppc64/package.use.mask index 8b843d1f211a..8534fe12a005 100644 --- a/profiles/arch/powerpc/ppc64/package.use.mask +++ b/profiles/arch/powerpc/ppc64/package.use.mask @@ -1,6 +1,15 @@ # Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Michał Górny <[email protected]> (2025-10-03) +# Now keyworded on ppc64 too. +sci-libs/flexiblas -system-blas +sci-libs/lapack -flexiblas +virtual/blas -flexiblas +virtual/cblas -flexiblas +virtual/lapack -flexiblas +virtual/lapacke -flexiblas + # Michał Górny <[email protected]> (2025-09-12) # These BLAS/LAPACK providers are keyworded here. sci-libs/flexiblas -blis
