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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1A47615808B for ; Mon, 7 Feb 2022 19:39:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 254312BC004; Mon, 7 Feb 2022 19:39:34 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 943172BC004 for ; Mon, 7 Feb 2022 19:39:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C3FCD342E30 for ; Mon, 7 Feb 2022 19:39:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E56C51BD for ; Mon, 7 Feb 2022 19:39:30 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1644262758.0e7074b34f4b02d1f1977ec5c41676d5c5ab1145.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/base/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/base/package.use.mask X-VCS-Directories: profiles/base/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 0e7074b34f4b02d1f1977ec5c41676d5c5ab1145 X-VCS-Branch: master Date: Mon, 7 Feb 2022 19:39:30 +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: 4070b3e7-bab1-4ba0-b82d-291f8ab355c3 X-Archives-Hash: 88a4a1e51ff661888740759ec5f1a8c5 commit: 0e7074b34f4b02d1f1977ec5c41676d5c5ab1145 Author: Marek Szuba gentoo org> AuthorDate: Mon Feb 7 19:31:18 2022 +0000 Commit: Marek Szuba gentoo org> CommitDate: Mon Feb 7 19:39:18 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e7074b3 profiles/base: mask USE=berkdb on app-misc/gramps We have been warning users about not using this long-deprecated backend for long enough. Signed-off-by: Marek Szuba gentoo.org> profiles/base/package.use.mask | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index a9c234e04954..226b862646c4 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -6,6 +6,11 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# Marek Szuba (2022-02-07) +# Deprecated back-end with known stability and data-corruption issues, +# likely to be removed in gramps-5.2.0. +app-misc/gramps berkdb + # Jason A. Donenfeld (2022-02-04) # We're still ironing out some kinks and writing documentation for # this feature, so keep masked for now.