From 8e82643e100516d3e14e1f5489710bde3b551498 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Thu, 5 Dec 2024 22:36:38 -0600 Subject: [PATCH] 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). --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 8389ff5..6bba031 100755 --- a/build.sh +++ b/build.sh @@ -9,7 +9,7 @@ unset MAKEFLAGS MAKEOVERRIDES MAKELEVEL export PORTAGE_CONFIGROOT="${O}"/portage -${target}-emerge -vuUDj sys-apps/util-linux +${target}-emerge -bkvuUDj sys-apps/util-linux cat \ build.packages \