Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/sparc/64ul/
Date: Sat, 25 Jun 2022 22:23:18
Message-Id: 1656195780.d85adde7af85474e43db3598864bb2f2cfc6896b.sam@gentoo
1 commit: d85adde7af85474e43db3598864bb2f2cfc6896b
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 25 08:52:05 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 25 22:23:00 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d85adde7
7
8 profiles/arch/sparc/64ul: temporarily mask media-gfx/eog[svg]
9
10 Just until keyworded Rustified librsvg, which we can do shortly.
11
12 Bug: https://bugs.gentoo.org/854201
13 Signed-off-by: Sam James <sam <AT> gentoo.org>
14 Closes: https://github.com/gentoo/gentoo/pull/26071
15 Signed-off-by: Sam James <sam <AT> gentoo.org>
16
17 profiles/arch/sparc/64ul/package.use.mask | 4 ++++
18 1 file changed, 4 insertions(+)
19
20 diff --git a/profiles/arch/sparc/64ul/package.use.mask b/profiles/arch/sparc/64ul/package.use.mask
21 index 36276da44663..93b647ef6c94 100644
22 --- a/profiles/arch/sparc/64ul/package.use.mask
23 +++ b/profiles/arch/sparc/64ul/package.use.mask
24 @@ -1,6 +1,10 @@
25 # Copyright 2022 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 +# Sam James <sam@g.o> (2022-06-25)
29 +# Mask until newer librsvg is keyworded, bug #854201
30 +media-gfx/eog svg
31 +
32 # Sam James <sam@g.o> (2021-03-20)
33 # jit isn't supported on sparc64 and causes a bus error
34 # in for grep -P. Debian completely disable it too.