projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c4f34f0
)
fix grammar in error output (branches/2.1.2 r6905)
author
Zac Medico
<zmedico@gentoo.org>
Mon, 30 Jul 2007 04:37:49 +0000
(
04:37
-0000)
committer
Zac Medico
<zmedico@gentoo.org>
Mon, 30 Jul 2007 04:37:49 +0000
(
04:37
-0000)
svn path=/main/branches/2.1.2.9/; revision=7473
pym/portage.py
patch
|
blob
|
history
diff --git
a/pym/portage.py
b/pym/portage.py
index 2ee843c2b5a030bc9390052ae0582680f6db82fd..af8643d1c30298093982c744f5a3ac3bbc80ade6 100644
(file)
--- a/
pym/portage.py
+++ b/
pym/portage.py
@@
-3785,7
+3785,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.