From 97980271effe1bdec41207c69f3ed3831c0c515f Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Tue, 29 Oct 2019 04:32:14 +0100 Subject: Fine tunning --- scripts/bootstrap/builder.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/bootstrap/builder.sh') diff --git a/scripts/bootstrap/builder.sh b/scripts/bootstrap/builder.sh index 4ec722f..9d5de7b 100644 --- a/scripts/bootstrap/builder.sh +++ b/scripts/bootstrap/builder.sh @@ -8,7 +8,7 @@ bash /etc/portage/scripts/bootstrap/builder_sync.sh # This is intended as permanent container while [ 1 ]; do - emerge --usepkg --usepkg-exclude "virtual/*" --binpkg-changed-deps=y --buildpkg --keep-going --update --deep --with-bdeps=y --newuse @world + emerge --usepkg --usepkg-exclude "virtual/*" --binpkg-changed-deps=y --buildpkg --keep-going --update --deep --with-bdeps=y --newuse --changed-deps @world status=$? if [ $status -eq 0 ]; then -- cgit v1.2.1