projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c8ba02
)
Allow 'system' and 'world' arguments simultaneously since it doesn't hurt.
author
Zac Medico
<zmedico@gentoo.org>
Sat, 6 Dec 2008 22:34:13 +0000
(22:34 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Sat, 6 Dec 2008 22:34:13 +0000
(22:34 -0000)
svn path=/main/branches/2.1.6/; revision=12173
pym/_emerge/__init__.py
patch
|
blob
|
history
diff --git
a/pym/_emerge/__init__.py
b/pym/_emerge/__init__.py
index 8126ae7b3094579d0cf8075319176324ebb2c81a..36670f69a2370df7dec928d58f0addc84053e2b7 100644
(file)
--- a/
pym/_emerge/__init__.py
+++ b/
pym/_emerge/__init__.py
@@
-13600,10
+13600,6
@@
def expand_set_arguments(myfiles, myaction, root_config):
multiple_actions("world", myaction)
return (myfiles, 1)
- if system and world:
- multiple_actions("system", "world")
- return (myfiles, 1)
-
return (myfiles, os.EX_OK)
def repo_name_check(trees):