From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 04143138350 for ; Tue, 14 Apr 2020 18:30:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9C151E0928; Tue, 14 Apr 2020 18:29:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 833DEE0928 for ; Tue, 14 Apr 2020 18:29:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9824E34F326 for ; Tue, 14 Apr 2020 18:29:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D48841DF for ; Tue, 14 Apr 2020 18:29:51 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1586888965.0feb2f573511c9cfe33f8087d60e68e1cce2a68a.mattst88@gentoo> Subject: [gentoo-commits] proj/catalyst:master commit in: arch/ X-VCS-Repository: proj/catalyst X-VCS-Files: arch/powerpc.toml arch/ppc.toml X-VCS-Directories: arch/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 0feb2f573511c9cfe33f8087d60e68e1cce2a68a X-VCS-Branch: master Date: Tue, 14 Apr 2020 18:29:51 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 11ba2cea-de51-4f3c-a98f-5a2b2d7b09d3 X-Archives-Hash: d2188f768b4d6bc2c8cd6c252c4add64 commit: 0feb2f573511c9cfe33f8087d60e68e1cce2a68a Author: Matt Turner gentoo org> AuthorDate: Mon Apr 13 17:43:33 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Tue Apr 14 18:29:25 2020 +0000 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=0feb2f57 arch: Rename powerpc.toml -> ppc.toml With this, all architecture names match the names of their TOML file. Signed-off-by: Matt Turner gentoo.org> arch/{powerpc.toml => ppc.toml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/arch/powerpc.toml b/arch/ppc.toml similarity index 100% rename from arch/powerpc.toml rename to arch/ppc.toml