projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd196f9
)
- export env variable PORTAGE_QUIET when --quiet option is passed
author
Ned Ludd
<solar@gentoo.org>
Mon, 26 Dec 2005 20:09:19 +0000
(20:09 -0000)
committer
Ned Ludd
<solar@gentoo.org>
Mon, 26 Dec 2005 20:09:19 +0000
(20:09 -0000)
svn path=/main/trunk/; revision=2483
bin/emerge
patch
|
blob
|
history
diff --git
a/bin/emerge
b/bin/emerge
index d4de0b362c75ce673af57a8da7fd6fb2f97dd750..8a31affd7d7db6b05a523470723c95124929386b 100755
(executable)
--- a/
bin/emerge
+++ b/
bin/emerge
@@
-326,6
+326,7
@@
if ("--tree" in myopts) and ("--columns" in myopts):
if ("--quiet" in myopts):
update_spinner = update_quiet_spinner
+ os.environ["PORTAGE_QUIET"] = "1"
# Always create packages if FEATURES=buildpkg
# Imply --buildpkg if --buildpkgonly