commit:     7b7654dcdf9920187d84d27272db08c5eb0ba0d6
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 13 19:42:51 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jun 13 19:48:55 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b7654dc

profiles/arch: mask kf6compat where KF6 not yet available

Needs unkeyworded KF6.

Bug: https://bugs.gentoo.org/934215
Signed-off-by: Sam James <sam <AT> gentoo.org>

 profiles/arch/arm/use.mask           | 4 ++++
 profiles/arch/arm64/use.mask         | 6 +++++-
 profiles/arch/loong/use.mask         | 4 ++++
 profiles/arch/powerpc/ppc64/use.mask | 6 +++++-
 profiles/arch/riscv/use.mask         | 4 ++++
 profiles/arch/x86/use.mask           | 4 ++++
 6 files changed, 26 insertions(+), 2 deletions(-)

diff --git a/profiles/arch/arm/use.mask b/profiles/arch/arm/use.mask
index adc3b1cde78c..53b35994e0a5 100644
--- a/profiles/arch/arm/use.mask
+++ b/profiles/arch/arm/use.mask
@@ -4,6 +4,10 @@
 # Unmask the flag which corresponds to ARCH.
 -arm
 
+# Sam James <s...@gentoo.org> (2024-06-13)
+# Needs as-yet-unkeyworded KF6 (bug #934215)
+kf6compat
+
 # Andreas Sturmlechner <ast...@gentoo.org> (2023-02-06)
 # Successful build of dev-qt/qtwebengine depends on 64-bit host
 # Bug #893234

diff --git a/profiles/arch/arm64/use.mask b/profiles/arch/arm64/use.mask
index 2b5aca1f59d3..7a6b867544da 100644
--- a/profiles/arch/arm64/use.mask
+++ b/profiles/arch/arm64/use.mask
@@ -1,9 +1,13 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # Unmask the flag which corresponds to ARCH.
 -arm64
 
+# Sam James <s...@gentoo.org> (2024-06-13)
+# Needs as-yet-unkeyworded KF6 (bug #934215)
+kf6compat
+
 # Paul Zander <negril.nx+gen...@gmail.com> (2024-03-28)
 # dev-libs/optix works on arm64
 -optix

diff --git a/profiles/arch/loong/use.mask b/profiles/arch/loong/use.mask
index 833644072e72..697686ae9aed 100644
--- a/profiles/arch/loong/use.mask
+++ b/profiles/arch/loong/use.mask
@@ -1,6 +1,10 @@
 # Copyright 2022-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Sam James <s...@gentoo.org> (2024-06-13)
+# Needs as-yet-unkeyworded KF6 (bug #934215)
+kf6compat
+
 # Michał Górny <mgo...@gentoo.org> (2024-02-05)
 # LLVM slots without keywords.
 llvm_slot_15

diff --git a/profiles/arch/powerpc/ppc64/use.mask 
b/profiles/arch/powerpc/ppc64/use.mask
index 34a2f70e2b10..460ba125e9a4 100644
--- a/profiles/arch/powerpc/ppc64/use.mask
+++ b/profiles/arch/powerpc/ppc64/use.mask
@@ -1,8 +1,12 @@
-# Copyright 2008-2023 Gentoo Authors
+# Copyright 2008-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 ### THIS FILE IS ONLY FOR PACKAGES MASKED ON BOTH 64-BIT AND 32-BIT USERLAND!!!
 
+# Sam James <s...@gentoo.org> (2024-06-13)
+# Needs as-yet-unkeyworded KF6 (bug #934215)
+kf6compat
+
 # Paul Zander <negril.nx+gen...@gmail.com> (2024-03-29)
 # not available here (see openexr, opencolorio, opencv)
 openvdb

diff --git a/profiles/arch/riscv/use.mask b/profiles/arch/riscv/use.mask
index 00ac5effb49e..87b8093152c6 100644
--- a/profiles/arch/riscv/use.mask
+++ b/profiles/arch/riscv/use.mask
@@ -4,6 +4,10 @@
 # Unmask the flag which corresponds to ARCH.
 -riscv
 
+# Sam James <s...@gentoo.org> (2024-06-13)
+# Needs as-yet-unkeyworded KF6 (bug #934215)
+kf6compat
+
 # Andrew Ammerlaan <andrewammerl...@gentoo.org> (2023-07-11)
 # Unmask secureboot flag on arches where sbsigntools is keyworded
 -secureboot

diff --git a/profiles/arch/x86/use.mask b/profiles/arch/x86/use.mask
index 2157622d2e3c..2ef0d8e9161c 100644
--- a/profiles/arch/x86/use.mask
+++ b/profiles/arch/x86/use.mask
@@ -4,6 +4,10 @@
 # Unmask the flag which corresponds to ARCH.
 -x86
 
+# Sam James <s...@gentoo.org> (2024-06-13)
+# Needs as-yet-unkeyworded KF6 (bug #934215)
+kf6compat
+
 # Paul Zander <negril.nx+gen...@gmail.com> (2024-04-14)
 # media-libs/quirc is keyworded on amd64
 -quirc

Reply via email to