From c8dd054674e594790d08033b10b384df68c0e5a7 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 25 Mar 2007 12:27:00 +0000 Subject: fix grammar in error output svn path=/main/trunk/; revision=6285 --- pym/portage/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pym/portage/__init__.py b/pym/portage/__init__.py index 07437cf20..1b8aba21a 100644 --- 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 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. -- cgit v1.2.3-1-g7c22