projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f444eb0
)
Fix grammar. (trunk r8694)
author
Zac Medico
<zmedico@gentoo.org>
Mon, 26 Nov 2007 20:34:47 +0000
(20:34 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Mon, 26 Nov 2007 20:34:47 +0000
(20:34 -0000)
svn path=/main/branches/2.1.2/; revision=8695
pym/portage.py
patch
|
blob
|
history
diff --git
a/pym/portage.py
b/pym/portage.py
index 7f0a54ce465a7549a3e535c7bf1241b2d99dd1b9..52e2d46590690188e4ae56a7228b2b915113c6e4 100644
(file)
--- a/
pym/portage.py
+++ b/
pym/portage.py
@@
-3929,7
+3929,7
@@
def _doebuild_exit_status_check(mydo, exit_status_file):
os.path.exists(exit_status_file):
return None
msg = ("The ebuild phase '%s' has exited " % mydo) + \
- "unexpectedly. This
is
type of behavior " + \
+ "unexpectedly. This type of behavior " + \
"is known to be triggered " + \
"by things such as failed variable " + \
"assignments (bug #190128) or bad substitution " + \