commit: 9cf9e8898f56f14dd34327b50472473ab8303ccb Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Oct 16 07:59:59 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Oct 16 09:14:49 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cf9e889
profiles/arch/powerpc/ppc64: mask media-libs/openexr on big endian Bug: https://bugs.gentoo.org/818424 Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/arch/powerpc/ppc64/64le/package.mask | 5 +++++ profiles/arch/powerpc/ppc64/package.mask | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/profiles/arch/powerpc/ppc64/64le/package.mask b/profiles/arch/powerpc/ppc64/64le/package.mask index 1abcc95e388..054e4ae4367 100644 --- a/profiles/arch/powerpc/ppc64/64le/package.mask +++ b/profiles/arch/powerpc/ppc64/64le/package.mask @@ -1,6 +1,11 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James <[email protected]> (2021-10-16) +# Broken on big endian, but should be fine on le. +# bug #818424 +-media-libs/openexr + # Sam James <[email protected]> (2021-10-16) # Fails with "No byte-swap function available on big-endian platform." on be # but fine on le. diff --git a/profiles/arch/powerpc/ppc64/package.mask b/profiles/arch/powerpc/ppc64/package.mask index a64fbf8c909..6af4a28d542 100644 --- a/profiles/arch/powerpc/ppc64/package.mask +++ b/profiles/arch/powerpc/ppc64/package.mask @@ -1,6 +1,11 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James <[email protected]> (2021-10-16) +# Broken on big endian. +# bug #818424 +media-libs/openexr + # Sam James <[email protected]> (2021-10-16) # Fails with "No byte-swap function available on big-endian platform." # bug #711940
