commit: 86b2103c71052c9ca824d59912a4a4e65bca20c1 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Sep 28 04:34:30 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Sep 28 04:34:30 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86b2103c
profiles/features/big-endian: mask ~media-libs/libaom-3.7.0 Broken on BE. Bug: https://bugs.chromium.org/p/aomedia/issues/detail?id=3487 Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/features/big-endian/package.mask | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/features/big-endian/package.mask b/profiles/features/big-endian/package.mask index 13300d04d70e..c26a2c647802 100644 --- a/profiles/features/big-endian/package.mask +++ b/profiles/features/big-endian/package.mask @@ -1,6 +1,10 @@ # Copyright 2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James <s...@gentoo.org> (2023-09-28) +# Broken on BE (https://bugs.chromium.org/p/aomedia/issues/detail?id=3487) +~media-libs/libaom-3.7.0 + # matoro <matoro_gen...@matoro.tk> (2023-06-30) # Test failures on BE # https://github.com/libjxl/libjxl/issues/2433