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 1QTcNc-0001r3-84 for garchives@archives.gentoo.org; Mon, 06 Jun 2011 16:10:16 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 94A701C04B; Mon, 6 Jun 2011 16:10:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 5ED3C1C04B for ; Mon, 6 Jun 2011 16:10:03 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B69851B4015 for ; Mon, 6 Jun 2011 16:00:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id CC9EC8003C for ; Mon, 6 Jun 2011 16:00:22 +0000 (UTC) From: "Arfrever Frehtes Taifersar Arahesis" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arfrever Frehtes Taifersar Arahesis" Message-ID: Subject: [gentoo-commits] proj/portage:master commit in: pym/portage/package/ebuild/, pym/_emerge/ X-VCS-Repository: proj/portage X-VCS-Files: pym/_emerge/depgraph.py pym/_emerge/unmerge.py pym/portage/package/ebuild/getmaskingreason.py X-VCS-Directories: pym/portage/package/ebuild/ pym/_emerge/ X-VCS-Committer: arfrever X-VCS-Committer-Name: Arfrever Frehtes Taifersar Arahesis X-VCS-Revision: c04c2543225e7089d17b4b11f5460643965ac653 Date: Mon, 6 Jun 2011 16:00:22 +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: X-Archives-Hash: 50fece1f1f92ee7d38283e50111163cb commit: c04c2543225e7089d17b4b11f5460643965ac653 Author: Arfrever Frehtes Taifersar Arahesis Gentoo Org> AuthorDate: Mon Jun 6 16:00:40 2011 +0000 Commit: Arfrever Frehtes Taifersar Arahesis gentoo org> CommitDate: Mon Jun 6 16:00:40 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/portage.git;a= =3Dcommit;h=3Dc04c2543 Fix some typos. --- pym/_emerge/depgraph.py | 2 +- pym/_emerge/unmerge.py | 2 +- pym/portage/package/ebuild/getmaskingreason.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pym/_emerge/depgraph.py b/pym/_emerge/depgraph.py index 64fe9c9..b9a394e 100644 --- a/pym/_emerge/depgraph.py +++ b/pym/_emerge/depgraph.py @@ -4223,7 +4223,7 @@ class depgraph(object): =20 if True: # Pull in blockers from all installed packages that haven't already - # been pulled into the depgraph, in order to ensure that the are + # been pulled into the depgraph, in order to ensure that they are # respected (bug 128809). Due to the performance penalty that is # incurred by all the additional dep_check calls that are required, # blockers returned from dep_check are cached on disk by the diff --git a/pym/_emerge/unmerge.py b/pym/_emerge/unmerge.py index 9f348a3..38f3515 100644 --- a/pym/_emerge/unmerge.py +++ b/pym/_emerge/unmerge.py @@ -25,7 +25,7 @@ def _unmerge_display(root_config, myopts, unmerge_actio= n, writemsg_level=3Dportage.util.writemsg_level): """ Returns a tuple of (returncode, pkgmap) where returncode is - os.EX_OK is no errors occur, and 1 otherwise. + os.EX_OK if no errors occur, and 1 otherwise. """ =20 quiet =3D "--quiet" in myopts diff --git a/pym/portage/package/ebuild/getmaskingreason.py b/pym/portage= /package/ebuild/getmaskingreason.py index c19066f..f027876 100644 --- a/pym/portage/package/ebuild/getmaskingreason.py +++ b/pym/portage/package/ebuild/getmaskingreason.py @@ -17,7 +17,7 @@ from _emerge.Package import Package def getmaskingreason(mycpv, metadata=3DNone, settings=3DNone, portdb=3DNone, return_location=3DFalse, myrepo=3DNone): """ - If specified, the myrepo argument is assumed it be valid. This + If specified, the myrepo argument is assumed to be valid. This should be a safe assumption since portdbapi methods always return valid repo names and valid "repository" metadata from aux_get.