Merge pull request #731 from ajeddeloh/quiet-torcx

build_torcx_store: emerge quietly
This commit is contained in:
Andrew Jeddeloh 2017-08-18 16:19:59 -07:00 committed by GitHub
commit 8b0106a6f3

View File

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