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/
Date: Wed, 30 Jun 2021 23:12:06
Message-Id: 1625094712.a68f1bb12b7fee22c89dba839ab252dd865f2763.sam@gentoo
1 commit: a68f1bb12b7fee22c89dba839ab252dd865f2763
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 30 23:11:51 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 30 23:11:52 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a68f1bb1
7
8 default/linux/make.defaults: Drop USE="berkdb" from defaults
9
10 Bug: https://bugs.gentoo.org/792222
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12 Closes: https://github.com/gentoo/gentoo/pull/20990
13 Signed-off-by: Sam James <sam <AT> gentoo.org>
14
15 profiles/default/linux/make.defaults | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/profiles/default/linux/make.defaults b/profiles/default/linux/make.defaults
19 index 53627949e14..759764ed3e9 100644
20 --- a/profiles/default/linux/make.defaults
21 +++ b/profiles/default/linux/make.defaults
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2014 Gentoo Foundation
24 +# Copyright 1999-2021 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26 #
27 # System-wide defaults for the Portage system
28 @@ -11,7 +11,7 @@
29
30
31 # Default starting set of USE flags for all default/linux profiles.
32 -USE="berkdb crypt ipv6 ncurses nls pam readline ssl tcpd zlib"
33 +USE="crypt ipv6 ncurses nls pam readline ssl tcpd zlib"
34
35 # make sure toolchain has sane defaults <tooclhain@g.o>
36 USE="${USE} fortran openmp"