summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-01-14 19:41:13 +0000
committerSam James <sam@gentoo.org>2024-01-14 19:41:13 +0000
commitc7209d91d618a1717aca1d607bfafa5c7d6884cb (patch)
tree984d691f3c7552c29096891700a00ba0228bf0ed /scripts
parentscripts/auto-bootstraps/update_distfiles.py: fix syntax error (diff)
downloadprefix-c7209d91d618a1717aca1d607bfafa5c7d6884cb.tar.gz
prefix-c7209d91d618a1717aca1d607bfafa5c7d6884cb.tar.bz2
prefix-c7209d91d618a1717aca1d607bfafa5c7d6884cb.zip
scripts/bootstrap-prefix.sh: adapt to pkgmoves
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/bootstrap-prefix.sh4
1 files 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
)