diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2017-12-15 11:44:49 -0500 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2017-12-19 20:05:12 -0500 |
commit | e8b976076a9905d004819d375f669c4c2288243d (patch) | |
tree | 856f26fd053e66f5574d249974ebde13205789f3 /profiles/features | |
parent | dev-php/PHPMailer: new revision to add a dev-lang/php[ssl] dependency. (diff) | |
download | gentoo-e8b976076a9905d004819d375f669c4c2288243d.tar.gz gentoo-e8b976076a9905d004819d375f669c4c2288243d.tar.bz2 gentoo-e8b976076a9905d004819d375f669c4c2288243d.zip |
profiles: unset default USE=justify in hardened profiles.
The "justify" USE flag is local to only app-editors/nano, but it was
enabled by default in two hardened profiles,
* hardened/linux/amd64/make.defaults
* features/hardened/amd64/make.defaults
The reasoning for that is lost to time, but probably dates back to
when nano was part of the @system set, and we wanted the stages to be
built with USE=justify set for nano (before per-package USE defaults).
Closes: https://bugs.gentoo.org/635066
Diffstat (limited to 'profiles/features')
-rw-r--r-- | profiles/features/hardened/amd64/make.defaults | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/features/hardened/amd64/make.defaults b/profiles/features/hardened/amd64/make.defaults index 10d89c63ebf8..1d58d93d3152 100644 --- a/profiles/features/hardened/amd64/make.defaults +++ b/profiles/features/hardened/amd64/make.defaults @@ -1,5 +1,5 @@ # Copyright 1999-2012 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -USE="justify -pic" +USE="-pic" |