From c67057ed0abcb9aa947872bdece2804c58687fde Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Sat, 9 Mar 2013 10:25:29 +0300 Subject: [PATCH] up_world: bye, paludis Signed-off-by: Sergei Trofimovich --- bin/up_world | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bin/up_world b/bin/up_world index 76aba16..63bd958 100755 --- a/bin/up_world +++ b/bin/up_world @@ -1,8 +1,8 @@ #!/bin/sh -e -sudo cave resolve \ - --execute \ - --complete \ - --continue-on-failure if-satisfied \ - world \ +sudo emerge -vuDN @world \ + --keep-going \ + --jobs="$(($(nproc) + 1))" \ + --with-bdeps=y \ + --complete-graph \ "$@"