commit: 6d82e2cf301eba532027ba7bc04857a9f7d2eae1 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Wed Jul 3 18:35:29 2024 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Wed Jul 3 22:53:13 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d82e2cf
profiles: arm64/riscv: Unmask IUSE kf6compat Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> profiles/arch/arm64/use.mask | 4 ---- profiles/arch/riscv/use.mask | 4 ---- 2 files changed, 8 deletions(-) diff --git a/profiles/arch/arm64/use.mask b/profiles/arch/arm64/use.mask index 7a6b867544da..964b358c1de6 100644 --- a/profiles/arch/arm64/use.mask +++ b/profiles/arch/arm64/use.mask @@ -4,10 +4,6 @@ # Unmask the flag which corresponds to ARCH. -arm64 -# Sam James <[email protected]> (2024-06-13) -# Needs as-yet-unkeyworded KF6 (bug #934215) -kf6compat - # Paul Zander <[email protected]> (2024-03-28) # dev-libs/optix works on arm64 -optix diff --git a/profiles/arch/riscv/use.mask b/profiles/arch/riscv/use.mask index 87b8093152c6..00ac5effb49e 100644 --- a/profiles/arch/riscv/use.mask +++ b/profiles/arch/riscv/use.mask @@ -4,10 +4,6 @@ # Unmask the flag which corresponds to ARCH. -riscv -# Sam James <[email protected]> (2024-06-13) -# Needs as-yet-unkeyworded KF6 (bug #934215) -kf6compat - # Andrew Ammerlaan <[email protected]> (2023-07-11) # Unmask secureboot flag on arches where sbsigntools is keyworded -secureboot
