From 860f8786345233cb01cac81f4f4a649663ef631a Mon Sep 17 00:00:00 2001 From: Andrew Jeddeloh Date: Wed, 16 Aug 2017 15:32:50 -0700 Subject: [PATCH] build_torcx_store: emerge quietly Add --quiet so build_torcx_store doesn't flood the terminal. --- build_torcx_store | 1 + 1 file changed, 1 insertion(+) diff --git a/build_torcx_store b/build_torcx_store index 310642bc2f..fa60e1e14c 100755 --- a/build_torcx_store +++ b/build_torcx_store @@ -81,6 +81,7 @@ function torcx_build() ( --oneshot \ --root="${tmproot}" \ --root-deps=rdeps \ + --quiet \ "${pkg}" )