Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/base/
Date: Sun, 01 Jan 2023 16:38:31
Message-Id: 1672591103.bc3ae4354cdf263500a8264608d2e1b6f8e24c70.mattst88@gentoo
1 commit: bc3ae4354cdf263500a8264608d2e1b6f8e24c70
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 1 16:37:58 2023 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 1 16:38:23 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc3ae435
7
8 profiles: Restore USE=nautilus mask on evince
9
10 Closes: https://bugs.gentoo.org/889282
11 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
12
13 profiles/base/package.use.mask | 4 ++++
14 1 file changed, 4 insertions(+)
15
16 diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
17 index 8a40ac92ffc9..e66012c8c892 100644
18 --- a/profiles/base/package.use.mask
19 +++ b/profiles/base/package.use.mask
20 @@ -6,6 +6,10 @@
21 # This file is only for generic masks. For arch-specific masks (i.e.
22 # mask everywhere, unmask on arch/*) use arch/base.
23
24 +# Matt Turner <mattst88@g.o> (2023-01-01)
25 +# Depends on nautilus < 43
26 +>=app-text/evince-43.0 nautilus
27 +
28 # Sam James <sam@g.o> (2022-12-31)
29 # seccomp cannot be disabled via a runtime toggle which introduces substantial
30 # fragility to Portage which relies on pax-utils' scanelf heavily. bug #815877.