From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (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 D0FEE1581F3 for ; Tue, 26 Nov 2024 06:05:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1DD17E07EA; Tue, 26 Nov 2024 06:05:06 +0000 (UTC) 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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E1DB5E07EA for ; Tue, 26 Nov 2024 06:05:04 +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 F17CA340BE0 for ; Tue, 26 Nov 2024 06:05:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2F37C18B9 for ; Tue, 26 Nov 2024 06:05:02 +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: <1732601083.ebc3b7f70786820d925b51be40cbb32fd0344023.eschwartz@gentoo> Subject: [gentoo-commits] proj/binhost:master commit in: builders/milou/gnome-23/portage/package.use/ X-VCS-Repository: proj/binhost X-VCS-Files: builders/milou/gnome-23/portage/package.use/baseline-cpu X-VCS-Directories: builders/milou/gnome-23/portage/package.use/ X-VCS-Committer: eschwartz X-VCS-Committer-Name: Eli Schwartz X-VCS-Revision: ebc3b7f70786820d925b51be40cbb32fd0344023 X-VCS-Branch: master Date: Tue, 26 Nov 2024 06:05:02 +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: 98b331cf-3270-4250-90a7-81ae997d0257 X-Archives-Hash: 2e339598772946e8cb33161568a72bb6 commit: ebc3b7f70786820d925b51be40cbb32fd0344023 Author: Eli Schwartz gentoo org> AuthorDate: Tue Nov 26 06:01:54 2024 +0000 Commit: Eli Schwartz gentoo org> CommitDate: Tue Nov 26 06:04:43 2024 +0000 URL: https://gitweb.gentoo.org/proj/binhost.git/commit/?id=ebc3b7f7 milou: fix required USE for package that fails on baseline A blender USE dependency only supports -v2 systems and on, so disable that USE flag. Not great that it mismatches the default USE which users have, but it is what it is. Signed-off-by: Eli Schwartz gentoo.org> builders/milou/gnome-23/portage/package.use/baseline-cpu | 3 +++ 1 file changed, 3 insertions(+) diff --git a/builders/milou/gnome-23/portage/package.use/baseline-cpu b/builders/milou/gnome-23/portage/package.use/baseline-cpu new file mode 100644 index 0000000..c433a7e --- /dev/null +++ b/builders/milou/gnome-23/portage/package.use/baseline-cpu @@ -0,0 +1,3 @@ +# the default USE requires a dependency that is only available with +# CPU_FLAGS_X86 that are not available on the baseline builds +media-gfx/blender -openpgl