diff options
author | David Seifert <soap@gentoo.org> | 2021-07-01 00:11:51 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-07-01 00:11:52 +0100 |
commit | a68f1bb12b7fee22c89dba839ab252dd865f2763 (patch) | |
tree | 0153a757554c8a8ed7e62e17b445a7ffcbdc4a3b /profiles | |
parent | package.mask: Last-rite dead sys-libs/db SLOTs (diff) | |
download | gentoo-a68f1bb12b7fee22c89dba839ab252dd865f2763.tar.gz gentoo-a68f1bb12b7fee22c89dba839ab252dd865f2763.tar.bz2 gentoo-a68f1bb12b7fee22c89dba839ab252dd865f2763.zip |
default/linux/make.defaults: Drop USE="berkdb" from defaults
Bug: https://bugs.gentoo.org/792222
Signed-off-by: David Seifert <soap@gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/20990
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/default/linux/make.defaults | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/profiles/default/linux/make.defaults b/profiles/default/linux/make.defaults index 53627949e148..759764ed3e93 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 <tooclhain@gentoo.org> USE="${USE} fortran openmp" |