commit: 5cb7875c200d1e57f9eadf78781c4c292efef520 Author: Matoro Mahri <matoro <AT> users <DOT> noreply <DOT> github <DOT> com> AuthorDate: Fri Jun 30 21:50:56 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Jul 9 04:47:19 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cb7875c
profiles/features/big-endian: mask media-libs/libjxl Bug: https://bugs.gentoo.org/908939 Bug: https://bugs.gentoo.org/908210 Signed-off-by: Matoro Mahri <matoro <AT> users.noreply.github.com> Closes: https://github.com/gentoo/gentoo/pull/31682 Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/features/big-endian/package.mask | 5 +++++ profiles/features/big-endian/use.mask | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/profiles/features/big-endian/package.mask b/profiles/features/big-endian/package.mask index 33a1b137be24..13300d04d70e 100644 --- a/profiles/features/big-endian/package.mask +++ b/profiles/features/big-endian/package.mask @@ -1,6 +1,11 @@ # Copyright 2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# matoro <[email protected]> (2023-06-30) +# Test failures on BE +# https://github.com/libjxl/libjxl/issues/2433 +media-libs/libjxl + # James Le Cuirot <[email protected]> (2023-06-24) # Test failures on BE (#901391). # https://github.com/any1/neatvnc/issues/85 diff --git a/profiles/features/big-endian/use.mask b/profiles/features/big-endian/use.mask index 146182d4c1f9..49de7dd81e15 100644 --- a/profiles/features/big-endian/use.mask +++ b/profiles/features/big-endian/use.mask @@ -1,6 +1,11 @@ # Copyright 2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# matoro <[email protected]> (2023-06-30) +# media-libs/libjxl casualties +# https://github.com/libjxl/libjxl/issues/2433 +jpegxl + # matoro <[email protected]> (2023-05-05) # media-libs/zimg casualties (https://github.com/sekrit-twc/zimg/pull/156) zimg
