commit: 83e497f2d4a46391f97dbee53354170b42e8fd4f Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Oct 16 08:13:55 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Oct 16 09:14:50 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83e497f2
profiles/arch/powerpc/ppc64: mask USE=openexr on BE Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/arch/powerpc/ppc64/64le/use.mask | 4 ++++ profiles/arch/powerpc/ppc64/use.mask | 6 +++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/profiles/arch/powerpc/ppc64/64le/use.mask b/profiles/arch/powerpc/ppc64/64le/use.mask index 208423630f7..30aef1e1407 100644 --- a/profiles/arch/powerpc/ppc64/64le/use.mask +++ b/profiles/arch/powerpc/ppc64/64le/use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James <[email protected]> (2021-10-16) +# media-libs/openexr doesn't work on BE, but should on LE. +-openexr + # Michał Górny <[email protected]> (2021-01-07) # Prebuilt kernels are supported here. -dist-kernel diff --git a/profiles/arch/powerpc/ppc64/use.mask b/profiles/arch/powerpc/ppc64/use.mask index 4c7c76de925..e60dd3fe212 100644 --- a/profiles/arch/powerpc/ppc64/use.mask +++ b/profiles/arch/powerpc/ppc64/use.mask @@ -1,8 +1,12 @@ -# Copyright 2008-2019 Gentoo Authors +# Copyright 2008-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 ### THIS FILE IS ONLY FOR PACKAGES MASKED ON BOTH 64-BIT AND 32-BIT USERLAND!!! +# Sam James <[email protected]> (2021-10-16) +# media-libs/openexr doesn't work on BE. +openexr + # Michał Górny <[email protected]> (2014-06-27) # Unmask multilib flag for the ABI. -abi_ppc_64
