diff options
author | Zero_Chaos <zerochaos@gentoo.org> | 2017-10-19 21:36:34 -0400 |
---|---|---|
committer | Zero_Chaos <zerochaos@gentoo.org> | 2017-10-19 21:36:34 -0400 |
commit | 4c07e32781f58ac749b8922533c5a85eced4eecc (patch) | |
tree | fd8032aa4b2bb5aa9ff52aba7ac1238f4ef84fd9 /profiles/features | |
parent | dev-python/debtcollector: fixing missing dep in doc build for bug 634718 (diff) | |
download | gentoo-4c07e32781f58ac749b8922533c5a85eced4eecc.tar.gz gentoo-4c07e32781f58ac749b8922533c5a85eced4eecc.tar.bz2 gentoo-4c07e32781f58ac749b8922533c5a85eced4eecc.zip |
profiles: remove pax_kernel from default use flags
With the removal of the only pax hardened kernel sources in gentoo, this
use flag default no longer makes sense. I weep for all of us.
https://www.gentoo.org/news/2017/08/19/hardened-sources-removal.html
Diffstat (limited to 'profiles/features')
-rw-r--r-- | profiles/features/hardened/make.defaults | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/profiles/features/hardened/make.defaults b/profiles/features/hardened/make.defaults index f753f571b723..d83d7eab8856 100644 --- a/profiles/features/hardened/make.defaults +++ b/profiles/features/hardened/make.defaults @@ -1,11 +1,11 @@ -# Copyright 1999-2014 Gentoo Foundation. +# Copyright 1999-2017 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 # Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> (16 Nov 2011) # Rename STAGE1_USE to BOOTSTRAP_USE and stack it to the parent value -BOOTSTRAP_USE="${BOOTSTRAP_USE} hardened pax_kernel pic xtpax -jit -orc" +BOOTSTRAP_USE="${BOOTSTRAP_USE} hardened pic xtpax -jit -orc" -USE="hardened pax_kernel pic urandom xtpax -fortran -jit -orc" +USE="hardened pic urandom xtpax -fortran -jit -orc" # Ian Stakenvicius, 2014-09-03 # Set a variable just to indicate that the current profile is a hardened one |