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 1Qjl8F-0007u9-Jt for garchives@archives.gentoo.org; Thu, 21 Jul 2011 04:45:07 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A66C421C056; Thu, 21 Jul 2011 04:44:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 797E321C053 for ; Thu, 21 Jul 2011 04:44:35 +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 DA7FB1B401D for ; Thu, 21 Jul 2011 04:44:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 227B580056 for ; Thu, 21 Jul 2011 04:44:34 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <9eb3f25aa9f1e05d9cd36532e4fe07b22bd1f63c.mattst88@gentoo> Subject: [gentoo-commits] proj/catalyst:master commit in: doc/ X-VCS-Repository: proj/catalyst X-VCS-Files: doc/make_subarch_table_guidexml.py X-VCS-Directories: doc/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 9eb3f25aa9f1e05d9cd36532e4fe07b22bd1f63c Date: Thu, 21 Jul 2011 04:44:34 +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: acf6e7311de81bf68f67a9e3934ffb98 commit: 9eb3f25aa9f1e05d9cd36532e4fe07b22bd1f63c Author: Matt Turner gmail com> AuthorDate: Tue Jul 19 17:08:32 2011 +0000 Commit: Matt Turner gmail com> CommitDate: Tue Jul 19 17:08:32 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/catalyst.git;= a=3Dcommit;h=3D9eb3f25a Fix man page to put mips64 and mips64el in the same section Signed-off-by: Matt Turner gmail.com> --- doc/make_subarch_table_guidexml.py | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/doc/make_subarch_table_guidexml.py b/doc/make_subarch_table_= guidexml.py index 94c4af0..8652599 100755 --- a/doc/make_subarch_table_guidexml.py +++ b/doc/make_subarch_table_guidexml.py @@ -16,6 +16,7 @@ _pattern_arch_genericliases =3D { 'armeb':'arm', 'sheb':'sh', 'mipsel':'mips', + 'mips64el':'mips64', } =20 =20