commit: 8f375926fb1e991d3aa84f889052a28b225f970b Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Tue Nov 2 11:56:09 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Nov 2 23:04:14 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f375926
profiles/default/linux: drop USE="tcpd" from defaults Closes: https://bugs.gentoo.org/805077 Signed-off-by: David Seifert <soap <AT> gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/22795 Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/default/linux/make.defaults | 2 +- profiles/features/hardened/make.defaults | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/profiles/default/linux/make.defaults b/profiles/default/linux/make.defaults index 168f895eaf7..6ae7cf297cf 100644 --- a/profiles/default/linux/make.defaults +++ b/profiles/default/linux/make.defaults @@ -11,7 +11,7 @@ # Default starting set of USE flags for all default/linux profiles. -USE="crypt ipv6 ncurses nls pam readline ssl tcpd zlib" +USE="crypt ipv6 ncurses nls pam readline ssl zlib" # make sure toolchain has sane defaults <[email protected]> USE="${USE} fortran openmp" diff --git a/profiles/features/hardened/make.defaults b/profiles/features/hardened/make.defaults index 0646f485005..2ce5764c527 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 <[email protected]> (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"
