Skip to content

Commit

Permalink
scripts/bootstrap-prefix.sh: adapt to pkgmoves
Browse files Browse the repository at this point in the history
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Jan 14, 2024
1 parent 2fed10c commit c7209d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/bootstrap-prefix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
)
Expand Down

0 comments on commit c7209d9

Please sign in to comment.