summaryrefslogtreecommitdiffstats
path: root/pym/portage.py
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-06-21 05:44:40 +0000
committerZac Medico <zmedico@gentoo.org>2007-06-21 05:44:40 +0000
commit8c5be18696fd4d5d3463945b3c7e3b875e5a0a90 (patch)
treee6a9eeebf579811ec14c1f4eda2585dde95af2d3 /pym/portage.py
parentf1033d724465291c2afb9e0c80cfad23572b1b95 (diff)
downloadportage-8c5be18696fd4d5d3463945b3c7e3b875e5a0a90.tar.gz
portage-8c5be18696fd4d5d3463945b3c7e3b875e5a0a90.tar.bz2
portage-8c5be18696fd4d5d3463945b3c7e3b875e5a0a90.zip
fix grammar in error output (trunk r6285)
svn path=/main/branches/2.1.2/; revision=6905
Diffstat (limited to 'pym/portage.py')
-rw-r--r--pym/portage.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage.py b/pym/portage.py
index fe99c0c9b..04256010a 100644
--- 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 ran\n",
+ writemsg("!!! mydo=qmerge, but the install phase has not been run\n",
noiselevel=-1)
return 1
# qmerge is a special phase that implies noclean.