commit: b3b1a53b54f119b65217f7be347d74e50c9c0ee9 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Wed Jun 5 16:08:23 2024 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Jun 5 16:10:45 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3b1a53b
profiles/features/big-endian: Mask media-libs/exempi Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> profiles/features/big-endian/package.mask | 6 ++++++ profiles/features/big-endian/use.mask | 7 ++++++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/profiles/features/big-endian/package.mask b/profiles/features/big-endian/package.mask index 407bf030c989..0541513392c4 100644 --- a/profiles/features/big-endian/package.mask +++ b/profiles/features/big-endian/package.mask @@ -1,6 +1,12 @@ # Copyright 2023-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Michał Górny <[email protected]> (2024-06-05) +# media-libs/exempi is seriously broken on big endian platforms. +# https://gitlab.freedesktop.org/libopenraw/exempi/-/merge_requests/8#note_2277243 +dev-python/python-xmp-toolkit +media-libs/exempi + # matoro <[email protected]> (2024-01-09) # Test failures on BE (#920353, #902191) net-misc/nextcloud-client diff --git a/profiles/features/big-endian/use.mask b/profiles/features/big-endian/use.mask index 49de7dd81e15..d27058eb9f0a 100644 --- a/profiles/features/big-endian/use.mask +++ b/profiles/features/big-endian/use.mask @@ -1,6 +1,11 @@ -# Copyright 2023 Gentoo Authors +# Copyright 2023-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Michał Górny <[email protected]> (2024-06-05) +# media-libs/exempi is seriously broken on big endian platforms. +# https://gitlab.freedesktop.org/libopenraw/exempi/-/merge_requests/8#note_2277243 +xmp + # matoro <[email protected]> (2023-06-30) # media-libs/libjxl casualties # https://github.com/libjxl/libjxl/issues/2433
