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/arch/arm/
Date: Sat, 28 Mar 2020 12:43:42
Message-Id: 1585399407.08032a0d395545dac5796583439550105d69a88b.marecki@gentoo
1 commit: 08032a0d395545dac5796583439550105d69a88b
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 28 12:40:20 2020 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 28 12:43:27 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08032a0d
7
8 profiles: mask =sys-auth/rtkit-0.12 on arm
9
10 Includes an assembly file that is not compatible with arm. Only masking
11 that specific release because I might backport the upstream change to be
12 included in 0.13 back to what is currently available.
13
14 Bug: https://bugs.gentoo.org/715146
15 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
16
17 profiles/arch/arm/package.mask | 7 +++++++
18 1 file changed, 7 insertions(+)
19
20 diff --git a/profiles/arch/arm/package.mask b/profiles/arch/arm/package.mask
21 index 25107630e0b..d79637c282d 100644
22 --- a/profiles/arch/arm/package.mask
23 +++ b/profiles/arch/arm/package.mask
24 @@ -1,6 +1,13 @@
25 # Copyright 1999-2019 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 +# Marek Szuba <marecki@g.o> (2020-03-28)
29 +# Includes an assembly file which is not arm-compatible.
30 +# Will no longer be an issue from 0.13 onwards, where
31 +# introspection data is an xxd-generated C array.
32 +# https://bugs.gentoo.org/715146
33 +=sys-auth/rtkit-0.12
34 +
35 # Bernardo Meurer <bernardo@××××××××.ai> (2019-09-28)
36 # Requires app-crypt/tpm2-tss which is pending ~arm vide
37 # https://bugs.gentoo.org/695758