commit: 8b4e78093786344e353febd6c16f51b7f4354f4f Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Thu Jun 12 21:24:57 2025 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Fri Jun 13 13:31:16 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b4e7809
profiles: hppa,m68k: Put input_devices_wacom into use.mask x11-drivers/xf86-input-wacom is not keyworded on these arches. Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> profiles/arch/hppa/use.mask | 4 ++++ profiles/arch/m68k/use.mask | 6 +++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/profiles/arch/hppa/use.mask b/profiles/arch/hppa/use.mask index 467e7348f53d..4fbc0d43c37e 100644 --- a/profiles/arch/hppa/use.mask +++ b/profiles/arch/hppa/use.mask @@ -7,6 +7,10 @@ # NOTE: When masking a USE flag due to missing keywords, please file a keyword # request bug for the hppa arch. +# Andreas Sturmlechner <[email protected]> (2025-06-12) +# x11-drivers/xf86-input-wacom is not keyworded here +input_devices_wacom + # Sam James <[email protected]> (2023-09-11) # wayland hasn't been tested on hppa wayland diff --git a/profiles/arch/m68k/use.mask b/profiles/arch/m68k/use.mask index c6cd8d6e99a3..28a930e76095 100644 --- a/profiles/arch/m68k/use.mask +++ b/profiles/arch/m68k/use.mask @@ -1,9 +1,13 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Unmask the flag which corresponds to ARCH. -m68k +# Andreas Sturmlechner <[email protected]> (2025-06-12) +# x11-drivers/xf86-input-wacom is not keyworded here +input_devices_wacom + # James Le Cuirot <[email protected]> (2023-08-20) # Neither Kerberos implementation is keyworded for m68k yet. kerberos
