projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
78b064f
)
fix mis-alignment
author
Fabian Groffen
<grobian@gentoo.org>
Sun, 4 Oct 2009 09:00:03 +0000
(09:00 -0000)
committer
Fabian Groffen
<grobian@gentoo.org>
Sun, 4 Oct 2009 09:00:03 +0000
(09:00 -0000)
svn path=/main/trunk/; revision=14488
pym/portage/dbapi/vartree.py
patch
|
blob
|
history
diff --git
a/pym/portage/dbapi/vartree.py
b/pym/portage/dbapi/vartree.py
index c46bcdfecf5e598501d6353449242056b48b8a52..5fdd1ad448d004abf07f8bab8f9dce91e0f7b3b7 100644
(file)
--- a/
pym/portage/dbapi/vartree.py
+++ b/
pym/portage/dbapi/vartree.py
@@
-3065,7
+3065,7
@@
class dblink(object):
raise
del e
else:
- showMessage(_("<<< !needed
%s %s\n") % (obj_type, obj),
+ showMessage(_("<<< !needed %s %s\n") % (obj_type, obj),
noiselevel=-1)
# Remove empty parent directories if possible.