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 1B99215800A for ; Fri, 28 Jul 2023 08:02:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 42A41E0A7C; Fri, 28 Jul 2023 08:02:44 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2F6E9E0A7C for ; Fri, 28 Jul 2023 08:02:44 +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 433D233E3A9 for ; Fri, 28 Jul 2023 08:02:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A7E1CE72 for ; Fri, 28 Jul 2023 08:02:41 +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: <1690531359.f7ead18224b7acdbf168906d5731f3099a396f80.sam@gentoo> Subject: [gentoo-commits] repo/proj/prefix:master commit in: scripts/ X-VCS-Repository: repo/proj/prefix X-VCS-Files: scripts/bootstrap-prefix.sh X-VCS-Directories: scripts/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f7ead18224b7acdbf168906d5731f3099a396f80 X-VCS-Branch: master Date: Fri, 28 Jul 2023 08:02:41 +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: 8cc88200-9365-423d-8b4f-e01981bd93a3 X-Archives-Hash: cfb1e89e58e51683b4d1b2f96683d3ce commit: f7ead18224b7acdbf168906d5731f3099a396f80 Author: Arsen Arsenović aarsen me> AuthorDate: Thu Jul 27 18:19:26 2023 +0000 Commit: Sam James gentoo org> CommitDate: Fri Jul 28 08:02:39 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=f7ead182 scripts/bootstrap-prefix: ensure gnuconfig is installed in stage3 Signed-off-by: Arsen Arsenović gentoo.org> Closes: https://github.com/gentoo/prefix/pull/31 Signed-off-by: Sam James gentoo.org> scripts/bootstrap-prefix.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh index 6f7f3f5fdd..f2a24a137a 100755 --- a/scripts/bootstrap-prefix.sh +++ b/scripts/bootstrap-prefix.sh @@ -2045,6 +2045,7 @@ bootstrap_stage3() { fi pkgs=( + sys-devel/gnuconfig sys-apps/baselayout sys-apps/gentoo-functions app-portage/elt-patches @@ -2085,6 +2086,7 @@ bootstrap_stage3() { pre_emerge_pkgs --nodeps "${pkgs[@]}" || return 1 else pkgs=( + sys-devel/gnuconfig sys-apps/gentoo-functions app-portage/elt-patches app-arch/xz-utils