diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2024-09-11 00:24:35 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2024-09-11 01:43:40 +0200 |
commit | 11f52cdbbe9b084d8e270d98ff37cd9ea17254f9 (patch) | |
tree | ecd6640e4e68aa5f35b04a477710c2892ba782da /profiles | |
parent | app-misc/openrgb: Fix building live 9999 version (diff) | |
download | gentoo-11f52cdbbe9b084d8e270d98ff37cd9ea17254f9.tar.gz gentoo-11f52cdbbe9b084d8e270d98ff37cd9ea17254f9.tar.bz2 gentoo-11f52cdbbe9b084d8e270d98ff37cd9ea17254f9.zip |
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@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/mips/mips64/multilib/package.mask | 5 | ||||
-rw-r--r-- | profiles/arch/mips/mipsel/mips64el/multilib/package.mask | 5 | ||||
-rw-r--r-- | profiles/arch/mips/mipsel/o32/package.mask | 4 | ||||
-rw-r--r-- | profiles/arch/mips/o32/package.mask | 4 |
4 files changed, 18 insertions, 0 deletions
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 <dilfridge@gentoo.org> (2024-09-10) +# Mask on o32 until we've fixed kgcc64 +sys-boot/arcload + # Joshua Kinard <kumba@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 <dilfridge@gentoo.org> (2024-09-10) +# Mask on o32 until we've fixed kgcc64 +sys-boot/arcload + # Joshua Kinard <kumba@gentoo.org> (2024-02-27) # app-arch/lrzip-next does not support 32-bit arches (#925548) app-arch/lrzip-next |