commit: fa7a014ae15351103f9c5388afc661c06cd69977 Author: Eli Schwartz <eschwartz <AT> gentoo <DOT> org> AuthorDate: Wed Mar 19 02:50:34 2025 +0000 Commit: Eli Schwartz <eschwartz <AT> gentoo <DOT> org> CommitDate: Wed Mar 19 02:52:40 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa7a014a
profiles/arch/mips: make libavif installable by default Fixes pkgcheck failure for RequiredUseDefaults. Mimics the identical fix already applied in profiles/features/big-endian. Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org> profiles/arch/mips/package.use | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/profiles/arch/mips/package.use b/profiles/arch/mips/package.use new file mode 100644 index 000000000000..c27886a3cd2a --- /dev/null +++ b/profiles/arch/mips/package.use @@ -0,0 +1,7 @@ +# Copyright 2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# Eli Schwartz <[email protected]> (2025-03-18) +# Enable dav1d by default for libavif since +# aom is masked while one of them is required +media-libs/libavif dav1d
