summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2021-11-02 12:56:09 +0100
committerSam James <sam@gentoo.org>2021-11-02 23:04:14 +0000
commit8f375926fb1e991d3aa84f889052a28b225f970b (patch)
treeeb2ca8cf9a2f0fa638fb6f5a55fe89e23a0283fd /profiles/features
parentsys-kernel/gentoo-kernel-bin: Bump to 5.4.157 (diff)
downloadgentoo-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.defaults4
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"