diff options
author | David Seifert <soap@gentoo.org> | 2021-11-02 12:56:09 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-11-02 23:04:14 +0000 |
commit | 8f375926fb1e991d3aa84f889052a28b225f970b (patch) | |
tree | eb2ca8cf9a2f0fa638fb6f5a55fe89e23a0283fd /profiles/features | |
parent | sys-kernel/gentoo-kernel-bin: Bump to 5.4.157 (diff) | |
download | gentoo-8f375926fb1e991d3aa84f889052a28b225f970b.tar.gz gentoo-8f375926fb1e991d3aa84f889052a28b225f970b.tar.bz2 gentoo-8f375926fb1e991d3aa84f889052a28b225f970b.zip |
profiles/default/linux: drop USE="tcpd" from defaults
Closes: https://bugs.gentoo.org/805077
Signed-off-by: David Seifert <soap@gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/22795
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'profiles/features')
-rw-r--r-- | profiles/features/hardened/make.defaults | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/profiles/features/hardened/make.defaults b/profiles/features/hardened/make.defaults index 0646f4850056..2ce5764c5271 100644 --- a/profiles/features/hardened/make.defaults +++ b/profiles/features/hardened/make.defaults @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors. +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> (2011-11-16) @@ -20,7 +20,7 @@ USE="${USE} -ptpax" # Default starting set of USE flags for all default/linux profiles. # We unset them so we get a clean use flag profile. -USE="${USE} -berkdb -gdbm -tcpd" +USE="${USE} -berkdb -gdbm" USE="${USE} -fortran" USE="${USE} -cli" USE="${USE} -dri" |