commit:     21002768fb04ac37c34d8b990e9e9641e886abf1
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 11 19:13:25 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Mar 11 19:20:18 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21002768

profiles/arch/arm64: unmask USE=cet for relevant components

But stable-mask them for now.

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

 profiles/arch/arm64/package.use.mask        | 5 +++++
 profiles/arch/arm64/package.use.stable.mask | 6 ++++++
 2 files changed, 11 insertions(+)

diff --git a/profiles/arch/arm64/package.use.mask 
b/profiles/arch/arm64/package.use.mask
index c9c46955d191..03cc467b7525 100644
--- a/profiles/arch/arm64/package.use.mask
+++ b/profiles/arch/arm64/package.use.mask
@@ -1,6 +1,11 @@
 # Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Sam James <s...@gentoo.org> (2024-03-11)
+# Used to control -mbranch-protection=standard.
+sys-devel/gcc -cet
+sys-libs/glibc -cet
+
 # Mart Raudsepp <l...@gentoo.org> (2024-03-03)
 # media-libs/libdisplay-info (drm) and dev-libs/libliftoff (liftoff)
 # are only available for amd64, arm64 and riscv

diff --git a/profiles/arch/arm64/package.use.stable.mask 
b/profiles/arch/arm64/package.use.stable.mask
index b93a9cc15a57..15c21d6a11ad 100644
--- a/profiles/arch/arm64/package.use.stable.mask
+++ b/profiles/arch/arm64/package.use.stable.mask
@@ -1,6 +1,12 @@
 # Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Sam James <s...@gentoo.org> (2024-03-11)
+# Used to control -mbranch-protection=standard. Stable-masked for now
+# as it's newly-introduced in Gentoo.
+sys-devel/gcc -cet
+sys-libs/glibc -cet
+
 # Mart Raudsepp <l...@gentoo.org> (2024-03-03)
 # media-libs/libdisplay-info (drm) and dev-libs/libliftoff (liftoff)
 # are not stable yet on arm64

Reply via email to