From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BF19D1584F2 for ; Wed, 19 Mar 2025 02:54:20 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id ABB43343296 for ; Wed, 19 Mar 2025 02:54:20 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 97F3311037F; Wed, 19 Mar 2025 02:54:19 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 8ABEF11037F for ; Wed, 19 Mar 2025 02:54:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3D87D3431BC for ; Wed, 19 Mar 2025 02:54:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9B5351F7D for ; Wed, 19 Mar 2025 02:54:17 +0000 (UTC) From: "Eli Schwartz" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Eli Schwartz" Message-ID: <1742352760.fa7a014ae15351103f9c5388afc661c06cd69977.eschwartz@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/mips/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/mips/package.use X-VCS-Directories: profiles/arch/mips/ X-VCS-Committer: eschwartz X-VCS-Committer-Name: Eli Schwartz X-VCS-Revision: fa7a014ae15351103f9c5388afc661c06cd69977 X-VCS-Branch: master Date: Wed, 19 Mar 2025 02:54:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3b031a1b-9323-4520-b364-c6d86afa7dd2 X-Archives-Hash: 47a632c4142551f8608083454bba15bc commit: fa7a014ae15351103f9c5388afc661c06cd69977 Author: Eli Schwartz gentoo org> AuthorDate: Wed Mar 19 02:50:34 2025 +0000 Commit: Eli Schwartz gentoo 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 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 (2025-03-18) +# Enable dav1d by default for libavif since +# aom is masked while one of them is required +media-libs/libavif dav1d