summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-01-13 03:52:48 +0000
committerZac Medico <zmedico@gentoo.org>2007-01-13 03:52:48 +0000
commit80352bad13bad3295c0f3c38129c6157e0f07e65 (patch)
tree0847b9c9efb19fe05fb52b122986aa2ecd1a5309 /bin
parentDocument PORTAGE_COMPRESS and PORTAGE_COMPRESS_FLAGS. (diff)
downloadportage-idfetch-80352bad13bad3295c0f3c38129c6157e0f07e65.tar.gz
portage-idfetch-80352bad13bad3295c0f3c38129c6157e0f07e65.tar.bz2
portage-idfetch-80352bad13bad3295c0f3c38129c6157e0f07e65.zip
Obey the silent parameter when parsing options.
svn path=/main/trunk/; revision=5627
Diffstat (limited to 'bin')
-rwxr-xr-xbin/emerge2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/emerge b/bin/emerge
index d73368b5..e73e5e40 100755
--- a/bin/emerge
+++ b/bin/emerge
@@ -4835,7 +4835,7 @@ def parse_opts(tmpcmdline, silent=False):
for x in myargs:
if x in actions and myaction != "search":
- if x not in ["system", "world"]:
+ if not silent and x not in ["system", "world"]:
print red("*** Deprecated use of action '%s', use '--%s' instead" % (x,x))
# special case "search" so people can search for action terms, e.g. emerge -s sync
if myaction: