From: Zac Medico Date: Mon, 30 Jul 2007 04:37:49 +0000 (-0000) Subject: fix grammar in error output (branches/2.1.2 r6905) X-Git-Tag: v2.1.2.11~44 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=b53e9e8df967111ab4fa41e34ea07c7df7f4fb65;p=portage.git fix grammar in error output (branches/2.1.2 r6905) svn path=/main/branches/2.1.2.9/; revision=7473 --- diff --git a/pym/portage.py b/pym/portage.py index 2ee843c2b..af8643d1c 100644 --- 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 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.