diff options
author | Joshua Kinard <kumba@gentoo.org> | 2024-02-26 23:19:23 -0500 |
---|---|---|
committer | Joshua Kinard <kumba@gentoo.org> | 2024-02-26 23:28:39 -0500 |
commit | 82c7fc89a92777f0c8d7ec343d08c6f09bb104fb (patch) | |
tree | 3a8822e83c02166de40de34f7250ec4b8ed2f89d /profiles | |
parent | app-arch/lrzip-next: Remove ~x86 keyword; investigated musl issues (diff) | |
download | gentoo-82c7fc89a92777f0c8d7ec343d08c6f09bb104fb.tar.gz gentoo-82c7fc89a92777f0c8d7ec343d08c6f09bb104fb.tar.bz2 gentoo-82c7fc89a92777f0c8d7ec343d08c6f09bb104fb.zip |
profiles: Mask app-arch/lrzip-next on 32-bit arches we have
Bug: https://bugs.gentoo.org/925548
Signed-off-by: Joshua Kinard <kumba@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/mips/mipsel/o32/package.mask | 6 | ||||
-rw-r--r-- | profiles/arch/mips/o32/package.mask | 6 | ||||
-rw-r--r-- | profiles/arch/x86/package.mask | 4 |
3 files changed, 14 insertions, 2 deletions
diff --git a/profiles/arch/mips/mipsel/o32/package.mask b/profiles/arch/mips/mipsel/o32/package.mask index 5e1d41bff198..02c903e795a5 100644 --- a/profiles/arch/mips/mipsel/o32/package.mask +++ b/profiles/arch/mips/mipsel/o32/package.mask @@ -1,5 +1,9 @@ -# Copyright 2023 Gentoo Authors +# Copyright 2023-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Joshua Kinard <kumba@gentoo.org> (2024-02-27) +# app-arch/lrzip-next does not support 32-bit arches (#925548) +app-arch/lrzip-next + # fails to build, bug 920576 =sys-apps/systemd-255* diff --git a/profiles/arch/mips/o32/package.mask b/profiles/arch/mips/o32/package.mask index 5e1d41bff198..02c903e795a5 100644 --- a/profiles/arch/mips/o32/package.mask +++ b/profiles/arch/mips/o32/package.mask @@ -1,5 +1,9 @@ -# Copyright 2023 Gentoo Authors +# Copyright 2023-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Joshua Kinard <kumba@gentoo.org> (2024-02-27) +# app-arch/lrzip-next does not support 32-bit arches (#925548) +app-arch/lrzip-next + # fails to build, bug 920576 =sys-apps/systemd-255* diff --git a/profiles/arch/x86/package.mask b/profiles/arch/x86/package.mask index 10f699892e51..6b51410f52b7 100644 --- a/profiles/arch/x86/package.mask +++ b/profiles/arch/x86/package.mask @@ -1,6 +1,10 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Joshua Kinard <kumba@gentoo.org> (2024-02-27) +# app-arch/lrzip-next does not support 32-bit arches (#925548) +app-arch/lrzip-next + # matoro <matoro_gentoo@matoro.tk> (2024-01-06) # <dev-lang/go-1.{20.12,21.5} has multiple vulns (#919738): # CVE-2023-39326, CVE-2023-45283, CVE-2023-45285 |