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

Author: zmedico
Date: 2009-04-30 07:21:14 +0000 (Thu, 30 Apr 2009)
New Revision: 13527

Modified:
   main/branches/2.1.6/pym/_emerge/__init__.py
Log:
Drop from --ask to --pretend for uninstall all actions. (trunk r13374)

Modified: main/branches/2.1.6/pym/_emerge/__init__.py
===================================================================
--- main/branches/2.1.6/pym/_emerge/__init__.py	2009-04-30 07:20:59 UTC (rev 13526)
+++ main/branches/2.1.6/pym/_emerge/__init__.py	2009-04-30 07:21:14 UTC (rev 13527)
@@ -15634,7 +15634,8 @@
 	if portage.secpass < 2:
 		# We've already allowed "--version" and "--help" above.
 		if "--pretend" not in myopts and myaction not in ("search","info"):
-			need_superuser = myaction in ('deselect',) or not \
+			need_superuser = myaction in ('clean', 'depclean', 'deselect',
+				'prune', 'unmerge') or not \
 				(fetchonly or \
 				(buildpkgonly and secpass >= 1) or \
 				myaction in ("metadata", "regen") or \




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

only message in thread, other threads:[~2009-04-30  7:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-30  7:21 [gentoo-commits] portage r13527 - main/branches/2.1.6/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