diff options
author | 2023-03-20 14:50:39 -0400 | |
---|---|---|
committer | 2023-03-22 05:28:53 +0000 | |
commit | 019c5f6888d802a8c3261ff8ef6ef476d7ed0f8a (patch) | |
tree | 5e76ef271013f35941293d42f035f2be7be63421 /profiles | |
parent | profiles/arch/mips: mask sys-libs/libcap[tools] on n32 (diff) | |
download | gentoo-019c5f6888d802a8c3261ff8ef6ef476d7ed0f8a.tar.gz gentoo-019c5f6888d802a8c3261ff8ef6ef476d7ed0f8a.tar.bz2 gentoo-019c5f6888d802a8c3261ff8ef6ef476d7ed0f8a.zip |
profiles/arch: mask dev-libs/tlsh on big-endian
Closes: https://bugs.gentoo.org/861710
Closes: https://bugs.gentoo.org/888511
Signed-off-by: Matoro Mahri <matoro@users.noreply.github.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/arm64/big-endian/package.mask | 7 | ||||
-rw-r--r-- | profiles/arch/hppa/package.mask | 5 | ||||
-rw-r--r-- | profiles/arch/m68k/package.mask | 7 | ||||
-rw-r--r-- | profiles/arch/mips/mipsel/package.mask | 7 | ||||
-rw-r--r-- | profiles/arch/mips/package.mask | 7 | ||||
-rw-r--r-- | profiles/arch/powerpc/package.mask | 9 | ||||
-rw-r--r-- | profiles/arch/powerpc/ppc64/64le/package.mask | 7 | ||||
-rw-r--r-- | profiles/arch/s390/package.mask | 7 | ||||
-rw-r--r-- | profiles/arch/sparc/package.mask | 5 |
9 files changed, 59 insertions, 2 deletions
diff --git a/profiles/arch/arm64/big-endian/package.mask b/profiles/arch/arm64/big-endian/package.mask new file mode 100644 index 000000000000..8f83c7d52c61 --- /dev/null +++ b/profiles/arch/arm64/big-endian/package.mask @@ -0,0 +1,7 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# matoro <matoro_gentoo@matoro.tk> (2022-03-20) +# Broken on big-endian (#861710) +# https://github.com/trendmicro/tlsh/issues/131 +dev-libs/tlsh diff --git a/profiles/arch/hppa/package.mask b/profiles/arch/hppa/package.mask index 16cb03e861ec..502251708499 100644 --- a/profiles/arch/hppa/package.mask +++ b/profiles/arch/hppa/package.mask @@ -1,6 +1,11 @@ # Copyright 2019-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# matoro <matoro_gentoo@matoro.tk> (2022-03-20) +# Broken on big-endian (#861710) +# https://github.com/trendmicro/tlsh/issues/131 +dev-libs/tlsh + # Sam James <sam@gentoo.org> (2023-03-10) # Fails to build on HPPA w/ sys-kernel/linux-headers-6.2: # https://github.com/strace/strace/issues/241 diff --git a/profiles/arch/m68k/package.mask b/profiles/arch/m68k/package.mask new file mode 100644 index 000000000000..8f83c7d52c61 --- /dev/null +++ b/profiles/arch/m68k/package.mask @@ -0,0 +1,7 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# matoro <matoro_gentoo@matoro.tk> (2022-03-20) +# Broken on big-endian (#861710) +# https://github.com/trendmicro/tlsh/issues/131 +dev-libs/tlsh diff --git a/profiles/arch/mips/mipsel/package.mask b/profiles/arch/mips/mipsel/package.mask new file mode 100644 index 000000000000..e3e194c6e85c --- /dev/null +++ b/profiles/arch/mips/mipsel/package.mask @@ -0,0 +1,7 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# matoro <matoro_gentoo@matoro.tk> (2022-03-20) +# Broken on big-endian (#861710) +# https://github.com/trendmicro/tlsh/issues/131 +-dev-libs/tlsh diff --git a/profiles/arch/mips/package.mask b/profiles/arch/mips/package.mask index 0bd14092c6f4..68f2756c44fb 100644 --- a/profiles/arch/mips/package.mask +++ b/profiles/arch/mips/package.mask @@ -1,6 +1,11 @@ -# Copyright 2006-2021 Gentoo Authors +# Copyright 2006-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# matoro <matoro_gentoo@matoro.tk> (2022-03-20) +# Broken on big-endian (#861710) +# https://github.com/trendmicro/tlsh/issues/131 +dev-libs/tlsh + # Mask pam_ldap and nss_ldap - openldap dep missing. sys-auth/pam_ldap sys-auth/nss_ldap diff --git a/profiles/arch/powerpc/package.mask b/profiles/arch/powerpc/package.mask index 882732a1338b..5ecdf5968afa 100644 --- a/profiles/arch/powerpc/package.mask +++ b/profiles/arch/powerpc/package.mask @@ -1,6 +1,13 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# matoro <matoro_gentoo@matoro.tk> (2022-03-20) +# Broken on big-endian (#861710) +# https://github.com/trendmicro/tlsh/issues/131 +dev-libs/tlsh +dev-python/tlsh +dev-util/diffoscope + # Georgy Yakovlev <gyakovlev@gentoo.org> (2020-09-22) # criu does not work on ppc64be and ppc32 sys-process/criu diff --git a/profiles/arch/powerpc/ppc64/64le/package.mask b/profiles/arch/powerpc/ppc64/64le/package.mask index 703c39a8fa69..aa8fec70dd16 100644 --- a/profiles/arch/powerpc/ppc64/64le/package.mask +++ b/profiles/arch/powerpc/ppc64/64le/package.mask @@ -1,6 +1,13 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# matoro <matoro_gentoo@matoro.tk> (2022-03-20) +# Broken on big-endian (#861710) +# https://github.com/trendmicro/tlsh/issues/131 +-dev-libs/tlsh +-dev-python/tlsh +-dev-util/diffoscope + # Jimi Huotari <chiitoo@gentoo.org> (2023-01-11) # Requires media-libs/libva since 29.0.0, which is unmasked here. ->=media-video/obs-studio-29.0.0 diff --git a/profiles/arch/s390/package.mask b/profiles/arch/s390/package.mask new file mode 100644 index 000000000000..8f83c7d52c61 --- /dev/null +++ b/profiles/arch/s390/package.mask @@ -0,0 +1,7 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# matoro <matoro_gentoo@matoro.tk> (2022-03-20) +# Broken on big-endian (#861710) +# https://github.com/trendmicro/tlsh/issues/131 +dev-libs/tlsh diff --git a/profiles/arch/sparc/package.mask b/profiles/arch/sparc/package.mask index 538d5c80fc20..467d775a6b12 100644 --- a/profiles/arch/sparc/package.mask +++ b/profiles/arch/sparc/package.mask @@ -1,6 +1,11 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# matoro <matoro_gentoo@matoro.tk> (2022-03-20) +# Broken on big-endian (#861710) +# https://github.com/trendmicro/tlsh/issues/131 +dev-libs/tlsh + # matoro <matoro_gentoo@matoro.tk> (2023-03-07) # Fails tests disastrously. Present evidence of passing test suite # before removing, please. |