projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c4dca75
)
fix typo
author
Marius Mauch
<genone@gentoo.org>
Tue, 17 Jun 2008 16:12:34 +0000
(16:12 -0000)
committer
Marius Mauch
<genone@gentoo.org>
Tue, 17 Jun 2008 16:12:34 +0000
(16:12 -0000)
svn path=/main/trunk/; revision=10690
pym/_emerge/__init__.py
patch
|
blob
|
history
diff --git
a/pym/_emerge/__init__.py
b/pym/_emerge/__init__.py
index efe74659780f2a98e4be53b9189d280e4214c0d2..0fa6befbe1ed2927ed4bd137fabd1a6404f1ebab 100644
(file)
--- a/
pym/_emerge/__init__.py
+++ b/
pym/_emerge/__init__.py
@@
-9150,8
+9150,8
@@
def emerge_main():
setconfig.active.append(s)
if myaction in unmerge_actions and \
not sets[s].supportsOperation("unmerge"):
- sys.stderr.write("emerge: the given set
%s does "
+ \
- "not support unmerge operations\n"
% s
)
+ sys.stderr.write("emerge: the given set
'%s' does " % s
+ \
+ "not support unmerge operations\n")
return 1
if not setconfig.getSetAtoms(s):
print "emerge: '%s' is an empty set" % s