From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RNrLP-000793-FF for garchives@archives.gentoo.org; Tue, 08 Nov 2011 19:28:27 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4B5C021C038; Tue, 8 Nov 2011 19:28:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 1791A21C038 for ; Tue, 8 Nov 2011 19:28:19 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8CF051B4040 for ; Tue, 8 Nov 2011 19:28:18 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id A688080042 for ; Tue, 8 Nov 2011 19:28:17 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <62a402337c6d43c448ff0b5657ada26ff004d421.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: bin/ X-VCS-Repository: proj/portage X-VCS-Files: bin/phase-helpers.sh X-VCS-Directories: bin/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 62a402337c6d43c448ff0b5657ada26ff004d421 Date: Tue, 8 Nov 2011 19:28:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: b6d7bb9d-dd60-4490-af69-db94a48fb447 X-Archives-Hash: 22d9fad7a012f9b576b61fbecaeca29f commit: 62a402337c6d43c448ff0b5657ada26ff004d421 Author: Zac Medico gentoo org> AuthorDate: Tue Nov 8 19:28:02 2011 +0000 Commit: Zac Medico gentoo org> CommitDate: Tue Nov 8 19:28:02 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/portage.git;a= =3Dcommit;h=3D62a40233 has/best_version: fix grammar in docs --- bin/phase-helpers.sh | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/phase-helpers.sh b/bin/phase-helpers.sh index 361aa3f..27b486f 100644 --- a/bin/phase-helpers.sh +++ b/bin/phase-helpers.sh @@ -600,7 +600,7 @@ _eapi4_src_install() { # @USAGE: # @DESCRIPTION: # Return true if given package is installed. Otherwise return false. -# Callers may override the ROOT variable in order match packages from an +# Callers may override the ROOT variable in order to match packages from= an # alternative ROOT. has_version() { =20 @@ -634,7 +634,7 @@ has_version() { # @USAGE: # @DESCRIPTION: # Returns the best/most-current match. -# Callers may override the ROOT variable in order match packages from an +# Callers may override the ROOT variable in order to match packages from= an # alternative ROOT. best_version() { =20