diff options
author | V3n3RiX <venerix@koprulu.sector> | 2025-02-20 00:15:26 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2025-02-20 00:15:26 +0000 |
commit | 1534d50aaf24272ec425fa439389ef7e1f7bf174 (patch) | |
tree | c48ca34f49e5c335c0d06b96d9f09d4a74e144d5 /profiles/arch | |
parent | 2e512e4e32285f8c4eb19586d014cb9d31454ec9 (diff) |
gentoo auto-resync : 20:02:2025 - 00:15:26
Diffstat (limited to 'profiles/arch')
-rw-r--r-- | profiles/arch/arm64/use.mask | 4 | ||||
-rw-r--r-- | profiles/arch/loong/make.defaults | 6 |
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" |