commit: 11f52cdbbe9b084d8e270d98ff37cd9ea17254f9 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Tue Sep 10 22:24:35 2024 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Tue Sep 10 23:43:40 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11f52cdb
package.mask: Temporarily mask sys-boot/arcload on mips o32 and multilib On non-multilib it needs a kgcc64, which does not build right now. For multilib, the dependency specs are just plain broken in the ebuild. Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> profiles/arch/mips/mips64/multilib/package.mask | 5 +++++ profiles/arch/mips/mipsel/mips64el/multilib/package.mask | 5 +++++ profiles/arch/mips/mipsel/o32/package.mask | 4 ++++ profiles/arch/mips/o32/package.mask | 4 ++++ 4 files changed, 18 insertions(+) diff --git a/profiles/arch/mips/mips64/multilib/package.mask b/profiles/arch/mips/mips64/multilib/package.mask new file mode 100644 index 000000000000..aff67b6b78b8 --- /dev/null +++ b/profiles/arch/mips/mips64/multilib/package.mask @@ -0,0 +1,5 @@ +# Copyright 2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# Has broken dependency specs for multilib... +sys-boot/arcload diff --git a/profiles/arch/mips/mipsel/mips64el/multilib/package.mask b/profiles/arch/mips/mipsel/mips64el/multilib/package.mask new file mode 100644 index 000000000000..aff67b6b78b8 --- /dev/null +++ b/profiles/arch/mips/mipsel/mips64el/multilib/package.mask @@ -0,0 +1,5 @@ +# Copyright 2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# Has broken dependency specs for multilib... +sys-boot/arcload diff --git a/profiles/arch/mips/mipsel/o32/package.mask b/profiles/arch/mips/mipsel/o32/package.mask index 02c903e795a5..3eba8c7538c5 100644 --- a/profiles/arch/mips/mipsel/o32/package.mask +++ b/profiles/arch/mips/mipsel/o32/package.mask @@ -1,6 +1,10 @@ # Copyright 2023-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Andreas K. Hüttel <dilfri...@gentoo.org> (2024-09-10) +# Mask on o32 until we've fixed kgcc64 +sys-boot/arcload + # Joshua Kinard <ku...@gentoo.org> (2024-02-27) # app-arch/lrzip-next does not support 32-bit arches (#925548) app-arch/lrzip-next diff --git a/profiles/arch/mips/o32/package.mask b/profiles/arch/mips/o32/package.mask index 02c903e795a5..3eba8c7538c5 100644 --- a/profiles/arch/mips/o32/package.mask +++ b/profiles/arch/mips/o32/package.mask @@ -1,6 +1,10 @@ # Copyright 2023-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Andreas K. Hüttel <dilfri...@gentoo.org> (2024-09-10) +# Mask on o32 until we've fixed kgcc64 +sys-boot/arcload + # Joshua Kinard <ku...@gentoo.org> (2024-02-27) # app-arch/lrzip-next does not support 32-bit arches (#925548) app-arch/lrzip-next