projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb6da6c
)
fix grammar in error output
author
Mike Frysinger
<vapier@gentoo.org>
Sun, 25 Mar 2007 12:27:00 +0000
(12:27 -0000)
committer
Mike Frysinger
<vapier@gentoo.org>
Sun, 25 Mar 2007 12:27:00 +0000
(12:27 -0000)
svn path=/main/trunk/; revision=6285
pym/portage/__init__.py
patch
|
blob
|
history
diff --git
a/pym/portage/__init__.py
b/pym/portage/__init__.py
index 07437cf2041b4c1922cdae2aa360c3b478a7a44f..1b8aba21abbc4c8facec140f0d079125335d6a65 100644
(file)
--- a/
pym/portage/__init__.py
+++ b/
pym/portage/__init__.py
@@
-3783,7
+3783,7
@@
def doebuild(myebuild, mydo, myroot, mysettings, debug=0, listonly=0,
# forget it and are using ebuild
if not os.path.exists(
os.path.join(mysettings["PORTAGE_BUILDDIR"], ".installed")):
- writemsg("!!! mydo=qmerge, but
install phase hasn't been ra
n\n",
+ writemsg("!!! mydo=qmerge, but
the install phase has not been ru
n\n",
noiselevel=-1)
return 1
# qmerge is a special phase that implies noclean.