Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/, profiles/features/hardened/
Date: Tue, 02 Nov 2021 23:04:24
Message-Id: 1635894254.8f375926fb1e991d3aa84f889052a28b225f970b.sam@gentoo
1 commit: 8f375926fb1e991d3aa84f889052a28b225f970b
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 2 11:56:09 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 2 23:04:14 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f375926
7
8 profiles/default/linux: drop USE="tcpd" from defaults
9
10 Closes: https://bugs.gentoo.org/805077
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12 Closes: https://github.com/gentoo/gentoo/pull/22795
13 Signed-off-by: Sam James <sam <AT> gentoo.org>
14
15 profiles/default/linux/make.defaults | 2 +-
16 profiles/features/hardened/make.defaults | 4 ++--
17 2 files changed, 3 insertions(+), 3 deletions(-)
18
19 diff --git a/profiles/default/linux/make.defaults b/profiles/default/linux/make.defaults
20 index 168f895eaf7..6ae7cf297cf 100644
21 --- a/profiles/default/linux/make.defaults
22 +++ b/profiles/default/linux/make.defaults
23 @@ -11,7 +11,7 @@
24
25
26 # Default starting set of USE flags for all default/linux profiles.
27 -USE="crypt ipv6 ncurses nls pam readline ssl tcpd zlib"
28 +USE="crypt ipv6 ncurses nls pam readline ssl zlib"
29
30 # make sure toolchain has sane defaults <toolchain@g.o>
31 USE="${USE} fortran openmp"
32
33 diff --git a/profiles/features/hardened/make.defaults b/profiles/features/hardened/make.defaults
34 index 0646f485005..2ce5764c527 100644
35 --- a/profiles/features/hardened/make.defaults
36 +++ b/profiles/features/hardened/make.defaults
37 @@ -1,4 +1,4 @@
38 -# Copyright 1999-2019 Gentoo Authors.
39 +# Copyright 1999-2021 Gentoo Authors
40 # Distributed under the terms of the GNU General Public License v2
41
42 # Jorge Manuel B. S. Vicetto <jmbsvicetto@g.o> (2011-11-16)
43 @@ -20,7 +20,7 @@ USE="${USE} -ptpax"
44
45 # Default starting set of USE flags for all default/linux profiles.
46 # We unset them so we get a clean use flag profile.
47 -USE="${USE} -berkdb -gdbm -tcpd"
48 +USE="${USE} -berkdb -gdbm"
49 USE="${USE} -fortran"
50 USE="${USE} -cli"
51 USE="${USE} -dri"