commit: f69a93f7c1aac2540ea2ecd80a264b7b8ba1094a Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Jan 20 21:18:02 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Jan 20 21:18:02 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f69a93f7
profiles/features/hardened/amd64: enable USE=cet Closes: https://bugs.gentoo.org/822036 Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/features/hardened/amd64/make.defaults | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/profiles/features/hardened/amd64/make.defaults b/profiles/features/hardened/amd64/make.defaults index 1d58d93d3152..e8f0bdf8ba65 100644 --- a/profiles/features/hardened/amd64/make.defaults +++ b/profiles/features/hardened/amd64/make.defaults @@ -1,5 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation. +# Copyright 1999-2023 Gentoo Authors. # Distributed under the terms of the GNU General Public License v2 -USE="-pic" - +USE="cet -pic"
