From 8f375926fb1e991d3aa84f889052a28b225f970b Mon Sep 17 00:00:00 2001 From: David Seifert Date: Tue, 2 Nov 2021 12:56:09 +0100 Subject: profiles/default/linux: drop USE="tcpd" from defaults Closes: https://bugs.gentoo.org/805077 Signed-off-by: David Seifert Closes: https://github.com/gentoo/gentoo/pull/22795 Signed-off-by: Sam James --- profiles/features/hardened/make.defaults | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'profiles/features') 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 (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" -- cgit v1.2.3-65-gdbad