commit:     a68f1bb12b7fee22c89dba839ab252dd865f2763
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 30 23:11:51 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jun 30 23:11:52 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a68f1bb1

default/linux/make.defaults: Drop USE="berkdb" from defaults

Bug: https://bugs.gentoo.org/792222
Signed-off-by: David Seifert <soap <AT> gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/20990
Signed-off-by: Sam James <sam <AT> gentoo.org>

 profiles/default/linux/make.defaults | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/profiles/default/linux/make.defaults 
b/profiles/default/linux/make.defaults
index 53627949e14..759764ed3e9 100644
--- a/profiles/default/linux/make.defaults
+++ b/profiles/default/linux/make.defaults
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 #
 # System-wide defaults for the Portage system
@@ -11,7 +11,7 @@
 
 
 # Default starting set of USE flags for all default/linux profiles.
-USE="berkdb crypt ipv6 ncurses nls pam readline ssl tcpd zlib"
+USE="crypt ipv6 ncurses nls pam readline ssl tcpd zlib"
 
 # make sure toolchain has sane defaults <[email protected]>
 USE="${USE} fortran openmp"

Reply via email to