summaryrefslogtreecommitdiffstats
path: root/pym
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2011-11-11 07:42:11 -0800
committerZac Medico <zmedico@gentoo.org>2011-11-11 07:42:11 -0800
commit0cc174b6fc28feb26ea151d76f794e0ff2c2fa39 (patch)
tree71bf4477d43aa8645f0b7bddc57f64a74e2a5642 /pym
parent68e467790f02ea8330a8efd5e3b55ebac3dd3462 (diff)
downloadportage-0cc174b6fc28feb26ea151d76f794e0ff2c2fa39.tar.gz
portage-0cc174b6fc28feb26ea151d76f794e0ff2c2fa39.tar.bz2
portage-0cc174b6fc28feb26ea151d76f794e0ff2c2fa39.zip
Enable emerge --quiet-build by default.v2.2.0_alpha74
See discussion on the gentoo-dev mailing list: http://archives.gentoo.org/gentoo-dev/msg_4f0401066abe2dc04458a952ac2a17bd.xml
Diffstat (limited to 'pym')
-rw-r--r--pym/_emerge/main.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/pym/_emerge/main.py b/pym/_emerge/main.py
index e2e12c650..a2995e2b7 100644
--- a/pym/_emerge/main.py
+++ b/pym/_emerge/main.py
@@ -847,7 +847,8 @@ def parse_opts(tmpcmdline, silent=False):
"--quiet-build": {
"help" : "redirect build output to logs",
"type" : "choice",
- "choices" : true_y_or_n
+ "choices" : true_y_or_n,
+ "default" : "y",
},
"--rebuild-if-new-rev": {