commit: c7209d91d618a1717aca1d607bfafa5c7d6884cb
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 14 19:41:13 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jan 14 19:41:13 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=c7209d91
scripts/bootstrap-prefix.sh: adapt to pkgmoves
Signed-off-by: Sam James <sam <AT> gentoo.org>
scripts/bootstrap-prefix.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
index 6b098d6373..d760f747cd 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -1771,7 +1771,7 @@ bootstrap_stage2() {
# cmake has some external dependencies which require autoconf, etc.
# unless we only build the buildtool, bug #603012
- echo "dev-util/cmake -server" >> "${ROOT}"/tmp/etc/portage/package.use
+ echo "dev-build/cmake -server" >> "${ROOT}"/tmp/etc/portage/package.use
emerge_pkgs --nodeps "${pkgs[@]}" || return 1
@@ -2142,7 +2142,7 @@ bootstrap_stage3() {
app-arch/gzip
app-arch/tar
sys-apps/grep
- sys-devel/make
+ dev-build/make
sys-apps/file
app-admin/eselect
)