build_torcx_store: emerge quietly

Add --quiet so build_torcx_store doesn't flood the terminal.
This commit is contained in:
Andrew Jeddeloh 2017-08-16 15:32:50 -07:00
parent 6dd9a75d63
commit 860f878634

View File

@ -81,6 +81,7 @@ function torcx_build() (
--oneshot \
--root="${tmproot}" \
--root-deps=rdeps \
--quiet \
"${pkg}"
)