portage/stages/package.use: enable cet to fix hardened stage1 builds

Hardened profiles default to USE=cet but our -* in stage1 builds ends up
mixing -cet/+cet causing build failures or unmet deps.  This will keep the
flag enbled consistently.  This has no effect on non-hardened profiles
since the flag is masked there.

Signed-off-by: Ben Kohler <bkohler@gentoo.org>
This commit is contained in:
Ben Kohler 2023-03-16 08:25:24 -05:00
parent c25f116b10
commit 24a6aee890
No known key found for this signature in database
GPG key ID: 7A85BDA4D57605C7

View file

@ -0,0 +1,8 @@
# Hardened profiles default to USE=cet but our -* in stage1 builds ends up
# mixing -cet/+cet causing build failures or unmet deps. This will keep the
# flag enbled consistently. This has no effect on non-hardened profiles
# since the flag is masked there.
sys-devel/binutils cet
sys-devel/gcc cet
sys-libs/binutils-libs cet
sys-libs/glibc cet