build: Install util-linux from binpkg if possible

_sys-apps/util-linux_ first must be built (in the prepare stage) with
`USE=build` and then reinstalled later without that flag.  We can save
time in the second step by using binary packages if they are already
available (i.e. from a previous build).
gentoo
Dustin 2024-12-05 22:36:38 -06:00
parent d728ccfa97
commit 8e82643e10
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ unset MAKEFLAGS MAKEOVERRIDES MAKELEVEL
export PORTAGE_CONFIGROOT="${O}"/portage export PORTAGE_CONFIGROOT="${O}"/portage
${target}-emerge -vuUDj sys-apps/util-linux ${target}-emerge -bkvuUDj sys-apps/util-linux
cat \ cat \
build.packages \ build.packages \