summaryrefslogtreecommitdiff
path: root/profiles/arch
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/arch')
-rw-r--r--profiles/arch/arm64/use.mask4
-rw-r--r--profiles/arch/loong/make.defaults6
2 files changed, 4 insertions, 6 deletions
diff --git a/profiles/arch/arm64/use.mask b/profiles/arch/arm64/use.mask
index 8545308e2638..3ff27eb7078e 100644
--- a/profiles/arch/arm64/use.mask
+++ b/profiles/arch/arm64/use.mask
@@ -4,6 +4,10 @@
# Unmask the flag which corresponds to ARCH.
-arm64
+# Sam James <sam@gentoo.org> (2025-02-19)
+# x11-drivers/xf86-input-wacom is available here
+-input_devices_wacom
+
# Sam James <sam@gentoo.org> (2025-01-05)
# Older targets don't have an old enough dev-lang/ada-bootstrap available
ada_target_gnat_2021
diff --git a/profiles/arch/loong/make.defaults b/profiles/arch/loong/make.defaults
index 7665e2f05407..172292294e6f 100644
--- a/profiles/arch/loong/make.defaults
+++ b/profiles/arch/loong/make.defaults
@@ -44,9 +44,3 @@ FEATURES="-pid-sandbox -network-sandbox -ipc-sandbox"
# ABI
# DEFAULT_ABI
# MULTILIB_ABIS
-
-# Sam James <sam@gentoo.org> (2025-01-10)
-# Temporary USE until the global default catches up. dev-lang/ada-bootstrap
-# starts with sys-devel/gcc:14 so ADA_TARGET needs to be >= that. This
-# entry can be dropped once the global one is >= gcc_14.
-ADA_TARGET="gcc_14"