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 1Qjl7v-0007pa-Vl for garchives@archives.gentoo.org; Thu, 21 Jul 2011 04:44:48 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8B58221C058; 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 5C74521C053 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 AFB151B400C 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 68E9980042 for ; Thu, 21 Jul 2011 04:44:33 +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: Subject: [gentoo-commits] proj/catalyst:catalyst_2 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: d6d5eeaf3bea907a92fb528ffb958d060ab1a98d Date: Thu, 21 Jul 2011 04:44:33 +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: 899f52d1f6547637e3e7186c79fe0481 commit: d6d5eeaf3bea907a92fb528ffb958d060ab1a98d Author: Matt Turner gmail com> AuthorDate: Tue Jul 19 17:08:32 2011 +0000 Commit: Matt Turner gmail com> CommitDate: Tue Jul 19 18:19:08 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/catalyst.git;= a=3Dcommit;h=3Dd6d5eeaf 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 22e6c6d..8754c8a 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