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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B3D501582EF for ; Tue, 11 Feb 2025 11:22:37 +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 A112B343125 for ; Tue, 11 Feb 2025 11:22:37 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 917D011042D; Tue, 11 Feb 2025 11:22:36 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 8657F11042D for ; Tue, 11 Feb 2025 11:22:36 +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 376A4342FB4 for ; Tue, 11 Feb 2025 11:22:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 93036E65 for ; Tue, 11 Feb 2025 11:22:34 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1739272919.5dce173d88bd31388943b978cecf7deb923f280a.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/default/linux/packages.build X-VCS-Directories: profiles/default/linux/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5dce173d88bd31388943b978cecf7deb923f280a X-VCS-Branch: master Date: Tue, 11 Feb 2025 11:22:34 +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: bad88d27-71f2-4bd9-b4cb-2f1eca76eb3d X-Archives-Hash: e47daba896591149bcf41b44566f1cb4 commit: 5dce173d88bd31388943b978cecf7deb923f280a Author: Krzesimir Nowak microsoft com> AuthorDate: Tue Feb 11 09:51:16 2025 +0000 Commit: Sam James gentoo org> CommitDate: Tue Feb 11 11:21:59 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5dce173d profiles/default/linux: Make sure awk is in stage1 There is sys-apps/gawk listed, but recently its pkg_postinst function was removed and that function was making sure that awk symlink was installed in stage1 if it was missing. Signed-off-by: Krzesimir Nowak microsoft.com> Closes: https://github.com/gentoo/gentoo/pull/40526 Signed-off-by: Sam James gentoo.org> profiles/default/linux/packages.build | 1 + 1 file changed, 1 insertion(+) diff --git a/profiles/default/linux/packages.build b/profiles/default/linux/packages.build index c169d2f85440..d3633c4ef8f3 100644 --- a/profiles/default/linux/packages.build +++ b/profiles/default/linux/packages.build @@ -5,6 +5,7 @@ # profile. Packages in this file are built in order. app-admin/eselect +app-alternatives/awk app-arch/bzip2 app-arch/gzip app-arch/xz-utils