projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f1033d7
)
fix grammar in error output (trunk r6285)
author
Zac Medico
<zmedico@gentoo.org>
Thu, 21 Jun 2007 05:44:40 +0000
(
05:44
-0000)
committer
Zac Medico
<zmedico@gentoo.org>
Thu, 21 Jun 2007 05:44:40 +0000
(
05:44
-0000)
svn path=/main/branches/2.1.2/; revision=6905
pym/portage.py
patch
|
blob
|
history
diff --git
a/pym/portage.py
b/pym/portage.py
index fe99c0c9bcc9b4156bad7a6b43b499cd863d9e00..04256010a228fe3742070c6eff93f2db41c7053b 100644
(file)
--- a/
pym/portage.py
+++ b/
pym/portage.py
@@
-3813,7
+3813,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.