commit: 0573cafd2584650adc8bcb4c6333c87443520b82 Author: Marek Szuba <marecki <AT> gentoo <DOT> org> AuthorDate: Thu Feb 1 09:17:28 2024 +0000 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org> CommitDate: Thu Feb 1 09:25:34 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0573cafd
profiles/arch/x86: mask USE=xrdec on net-libs/xrootd dev-libs/isa-l does not really work on this arch. Bug: https://bugs.gentoo.org/916521 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org> profiles/arch/x86/package.use.mask | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask index 4abd90fec08e..fc222b4daa6b 100644 --- a/profiles/arch/x86/package.use.mask +++ b/profiles/arch/x86/package.use.mask @@ -1,6 +1,12 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Marek Szuba <[email protected]> (2024-02-01) +# dev-libs/isa-l is seriously broken on x86 (Bugs #922193, #923425), +# and upstream seems to have little to no interest in really +# supporting this arch. +net-libs/xrootd xrdec + # Andrew Ammerlaan <[email protected]> (2024-01-13) # Unmask only where grub is keyworded sys-kernel/installkernel -grub
