commit: b5e76970ddfd200671edb7903d3edbed7d3f3d1c Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Oct 28 07:44:37 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Oct 28 07:45:25 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5e76970
profiles/arch: mask sci-libs/gdal[parquet] on arm, riscv keywordreq is stalled, likely because of bug #923968 (certainly for arm; maybe riscv too). The flag is already masked on ppc*. Bug: https://bugs.gentoo.org/923968 Bug: https://bugs.gentoo.org/960964 Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/arch/arm/package.use.mask | 4 ++++ profiles/arch/riscv/package.use.mask | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/profiles/arch/arm/package.use.mask b/profiles/arch/arm/package.use.mask index d941cf83163b..a103e4e7f30d 100644 --- a/profiles/arch/arm/package.use.mask +++ b/profiles/arch/arm/package.use.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-10-28) +# Portability issues with dev-libs/apache-arrow (bug #923968). +sci-libs/gdal parquet + # PPN-SD <[email protected]> (2025-10-04) # media-libs/libemf is not keyworded here app-office/dia wmf diff --git a/profiles/arch/riscv/package.use.mask b/profiles/arch/riscv/package.use.mask index d57834d86440..4e4730538499 100644 --- a/profiles/arch/riscv/package.use.mask +++ b/profiles/arch/riscv/package.use.mask @@ -1,6 +1,10 @@ # Copyright 2019-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James <[email protected]> (2025-10-28) +# Portability issues with dev-libs/apache-arrow (bug #923968). +sci-libs/gdal parquet + # Paul Zander <[email protected]> (2025-06-29) # media-libs/libvmaf is keyworded media-libs/x265 -vmaf
