From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E603B13933E for ; Wed, 30 Jun 2021 23:12:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 166E0E0874; Wed, 30 Jun 2021 23:12:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F2393E0874 for ; Wed, 30 Jun 2021 23:12:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CE32633D3CD for ; Wed, 30 Jun 2021 23:12:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 77AA07B3 for ; Wed, 30 Jun 2021 23:12:02 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1625094712.a68f1bb12b7fee22c89dba839ab252dd865f2763.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/default/linux/make.defaults X-VCS-Directories: profiles/default/linux/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a68f1bb12b7fee22c89dba839ab252dd865f2763 X-VCS-Branch: master Date: Wed, 30 Jun 2021 23:12:02 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 91ded7d6-f3e0-4b02-b8c9-42bcce2b5bb5 X-Archives-Hash: 1af0e2f328f8a47ea135a27c87c6ae24 commit: a68f1bb12b7fee22c89dba839ab252dd865f2763 Author: David Seifert gentoo org> AuthorDate: Wed Jun 30 23:11:51 2021 +0000 Commit: Sam James gentoo 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 gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/20990 Signed-off-by: Sam James 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 USE="${USE} fortran openmp"