From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1107667-garchives=archives.gentoo.org@lists.gentoo.org>
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 AB0C4138334
	for <garchives@archives.gentoo.org>; Tue, 27 Aug 2019 05:33:52 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id EB1F3E0901;
	Tue, 27 Aug 2019 05:33:51 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(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 D5191E0901
	for <gentoo-commits@lists.gentoo.org>; Tue, 27 Aug 2019 05:33:51 +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 08821349C3D
	for <gentoo-commits@lists.gentoo.org>; Tue, 27 Aug 2019 05:33:50 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 74165763
	for <gentoo-commits@lists.gentoo.org>; Tue, 27 Aug 2019 05:33:48 +0000 (UTC)
From: "Matt Turner" <mattst88@gentoo.org>
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" <mattst88@gentoo.org>
Message-ID: <1566884018.0a357ed2fd9438f45d20092da2ba0cca5e9e14f9.mattst88@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/sparc/64ul/
X-VCS-Repository: repo/gentoo
X-VCS-Files: profiles/arch/sparc/64ul/make.defaults
X-VCS-Directories: profiles/arch/sparc/64ul/
X-VCS-Committer: mattst88
X-VCS-Committer-Name: Matt Turner
X-VCS-Revision: 0a357ed2fd9438f45d20092da2ba0cca5e9e14f9
X-VCS-Branch: master
Date: Tue, 27 Aug 2019 05:33:48 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: f8bd7038-c89a-41d7-8aa2-5264ebad888e
X-Archives-Hash: 8e544eaa81bb893b622e653dcb4148d5

commit:     0a357ed2fd9438f45d20092da2ba0cca5e9e14f9
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 27 05:32:34 2019 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue Aug 27 05:33:38 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a357ed2

profiles/sparc: Drop ARCH="sparc64"

We just want "sparc" keywords to control things even with 64-bit
userland.

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 profiles/arch/sparc/64ul/make.defaults | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/profiles/arch/sparc/64ul/make.defaults b/profiles/arch/sparc/64ul/make.defaults
index a95a9940560..f9d3de3e5b9 100644
--- a/profiles/arch/sparc/64ul/make.defaults
+++ b/profiles/arch/sparc/64ul/make.defaults
@@ -1,9 +1,6 @@
 # Copyright 2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-ARCH="sparc64"
-ACCEPT_KEYWORDS="sparc"
-
 MULTILIB_ABIS="sparc64"
 DEFAULT_ABI="sparc64"
 ABI="${DEFAULT_ABI}"