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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 14599158083 for ; Thu, 12 Sep 2024 16:36:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 44C50E29AA; Thu, 12 Sep 2024 16:36:47 +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 23EE3E29AA for ; Thu, 12 Sep 2024 16:36:47 +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 24B4933BDFF for ; Thu, 12 Sep 2024 16:36:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 82F3A16F4 for ; Thu, 12 Sep 2024 16:36:44 +0000 (UTC) From: "Ben Kohler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ben Kohler" Message-ID: <1726159000.fd0625ed94ccc32e3b966f4e47a4c136a182b9ca.bkohler@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: releases/portage/livegui/package.use/ X-VCS-Repository: proj/releng X-VCS-Files: releases/portage/livegui/package.use/gentoo-kernel X-VCS-Directories: releases/portage/livegui/package.use/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: fd0625ed94ccc32e3b966f4e47a4c136a182b9ca X-VCS-Branch: master Date: Thu, 12 Sep 2024 16:36:44 +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: 44340742-ba53-4002-8fb0-aaafbdefaaef X-Archives-Hash: 44c501e0919d73243da2863ae826f66f commit: fd0625ed94ccc32e3b966f4e47a4c136a182b9ca Author: Ben Kohler gentoo org> AuthorDate: Thu Sep 12 16:35:13 2024 +0000 Commit: Ben Kohler gentoo org> CommitDate: Thu Sep 12 16:36:40 2024 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=fd0625ed portage/livegui: enable flag on gentoo-kernel to avoid binpkg sharing We don't want to share gentoo-kernel binpkgs between admincd/installcd and the larger livegui, setting an arbitrary & harmless flag will accomplish that. Signed-off-by: Ben Kohler gentoo.org> releases/portage/livegui/package.use/gentoo-kernel | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/releases/portage/livegui/package.use/gentoo-kernel b/releases/portage/livegui/package.use/gentoo-kernel new file mode 100644 index 00000000..5725c659 --- /dev/null +++ b/releases/portage/livegui/package.use/gentoo-kernel @@ -0,0 +1,4 @@ +# Set experimental flag to differentiate the livegui's kernel binpkgs from +# installcd/admincd, as those use a custom config with CONFIG_DRM=n to allow +# pruning lots of gpu-related firmwares. +sys-kernel/gentoo-kernel experimental