public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] portage r14838 - main/branches/2.1.7/pym/_emerge
@ 2009-11-16  0:34 Zac Medico (zmedico)
  0 siblings, 0 replies; only message in thread
From: Zac Medico (zmedico) @ 2009-11-16  0:34 UTC (permalink / raw
  To: gentoo-commits

Author: zmedico
Date: 2009-11-16 00:34:56 +0000 (Mon, 16 Nov 2009)
New Revision: 14838

Modified:
   main/branches/2.1.7/pym/_emerge/actions.py
Log:
Bug #291200 - Make --quiet-build set PORTAGE_QUIET=1, so that --unmerge is
quiet. (trunk r14821)

Modified: main/branches/2.1.7/pym/_emerge/actions.py
===================================================================
--- main/branches/2.1.7/pym/_emerge/actions.py	2009-11-16 00:34:15 UTC (rev 14837)
+++ main/branches/2.1.7/pym/_emerge/actions.py	2009-11-16 00:34:56 UTC (rev 14838)
@@ -2167,7 +2167,7 @@
 	settings["EMERGE_WARNING_DELAY"] = str(EMERGE_WARNING_DELAY)
 	settings.backup_changes("EMERGE_WARNING_DELAY")
 
-	if "--quiet" in myopts:
+	if "--quiet" in myopts or "--quiet-build" in myopts:
 		settings["PORTAGE_QUIET"]="1"
 		settings.backup_changes("PORTAGE_QUIET")
 




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-11-16  0:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-16  0:34 [gentoo-commits] portage r14838 - main/branches/2.1.7/pym/_emerge Zac Medico (zmedico)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox