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 1R2TSN-0004jv-Ty for garchives@archives.gentoo.org; Sat, 10 Sep 2011 19:43:16 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C38CD21C103; Sat, 10 Sep 2011 19:43:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 94C4121C103 for ; Sat, 10 Sep 2011 19:43: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 CCFBE1B402A for ; Sat, 10 Sep 2011 19:43:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 36F6F80042 for ; Sat, 10 Sep 2011 19:43:02 +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: <5234db7c94a342347069f4a49202afa4e371b60c.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: bin/ X-VCS-Repository: proj/portage X-VCS-Files: bin/repoman X-VCS-Directories: bin/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 5234db7c94a342347069f4a49202afa4e371b60c Date: Sat, 10 Sep 2011 19:43:02 +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: 2f0a5cc50504d001967fea05f34f210e commit: 5234db7c94a342347069f4a49202afa4e371b60c Author: Zac Medico gentoo org> AuthorDate: Sat Sep 10 19:42:51 2011 +0000 Commit: Zac Medico gentoo org> CommitDate: Sat Sep 10 19:42:51 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/portage.git;a= =3Dcommit;h=3D5234db7c repoman: fix a typo in the file.executable desc --- bin/repoman | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/bin/repoman b/bin/repoman index 6aaeef3..b40d2d1 100755 --- a/bin/repoman +++ b/bin/repoman @@ -292,7 +292,7 @@ qahelp=3D{ "ebuild.patches":"PATCHES variable should be a bash array to ensure whi= te space safety", "changelog.notadded":"ChangeLogs that exist but have not been added to = cvs", "dependency.unknown" : "Ebuild has a dependency that refers to an unkno= wn package (which may be valid if it is a blocker for a renamed/removed p= ackage, or is an alternative choice provided by an overlay)", - "file.executable":"Ebuilds, digests, metadata.xml, Manifest, and Change= Log do note need the executable bit", + "file.executable":"Ebuilds, digests, metadata.xml, Manifest, and Change= Log do not need the executable bit", "file.size":"Files in the files directory must be under 20 KiB", "file.size.fatal":"Files in the files directory must be under 60 KiB", "file.name":"File/dir name must be composed of only the following chars= : %s " % allowed_filename_chars,