diff options
author | Marek Szuba <marecki@gentoo.org> | 2020-03-28 12:40:20 +0000 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2020-03-28 12:43:27 +0000 |
commit | 08032a0d395545dac5796583439550105d69a88b (patch) | |
tree | 1f935f81b47062021a8c010909798cd78e794715 /profiles/arch | |
parent | dev-python/portend: Remove redundant versions (diff) | |
download | gentoo-08032a0d395545dac5796583439550105d69a88b.tar.gz gentoo-08032a0d395545dac5796583439550105d69a88b.tar.bz2 gentoo-08032a0d395545dac5796583439550105d69a88b.zip |
profiles: mask =sys-auth/rtkit-0.12 on arm
Includes an assembly file that is not compatible with arm. Only masking
that specific release because I might backport the upstream change to be
included in 0.13 back to what is currently available.
Bug: https://bugs.gentoo.org/715146
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'profiles/arch')
-rw-r--r-- | profiles/arch/arm/package.mask | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/profiles/arch/arm/package.mask b/profiles/arch/arm/package.mask index 25107630e0b6..d79637c282db 100644 --- a/profiles/arch/arm/package.mask +++ b/profiles/arch/arm/package.mask @@ -1,6 +1,13 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Marek Szuba <marecki@gentoo.org> (2020-03-28) +# Includes an assembly file which is not arm-compatible. +# Will no longer be an issue from 0.13 onwards, where +# introspection data is an xxd-generated C array. +# https://bugs.gentoo.org/715146 +=sys-auth/rtkit-0.12 + # Bernardo Meurer <bernardo@standard.ai> (2019-09-28) # Requires app-crypt/tpm2-tss which is pending ~arm vide # https://bugs.gentoo.org/695758 |