commit:     f7ead18224b7acdbf168906d5731f3099a396f80
Author:     Arsen Arsenović <arsen <AT> aarsen <DOT> me>
AuthorDate: Thu Jul 27 18:19:26 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> 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ć <arsen <AT> gentoo.org>
Closes: https://github.com/gentoo/prefix/pull/31
Signed-off-by: Sam James <sam <AT> 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

Reply via email to