Gentoo Archives: gentoo-commits

From: Marek Szuba <marecki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/base/
Date: Mon, 07 Feb 2022 19:39:35
Message-Id: 1644262758.0e7074b34f4b02d1f1977ec5c41676d5c5ab1145.marecki@gentoo
1 commit: 0e7074b34f4b02d1f1977ec5c41676d5c5ab1145
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 7 19:31:18 2022 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 7 19:39:18 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e7074b3
7
8 profiles/base: mask USE=berkdb on app-misc/gramps
9
10 We have been warning users about not using this long-deprecated backend
11 for long enough.
12
13 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
14
15 profiles/base/package.use.mask | 5 +++++
16 1 file changed, 5 insertions(+)
17
18 diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
19 index a9c234e04954..226b862646c4 100644
20 --- a/profiles/base/package.use.mask
21 +++ b/profiles/base/package.use.mask
22 @@ -6,6 +6,11 @@
23 # This file is only for generic masks. For arch-specific masks (i.e.
24 # mask everywhere, unmask on arch/*) use arch/base.
25
26 +# Marek Szuba <marecki@g.o> (2022-02-07)
27 +# Deprecated back-end with known stability and data-corruption issues,
28 +# likely to be removed in gramps-5.2.0.
29 +app-misc/gramps berkdb
30 +
31 # Jason A. Donenfeld <zx2c4@g.o> (2022-02-04)
32 # We're still ironing out some kinks and writing documentation for
33 # this feature, so keep masked for now.