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 E4198138350 for ; Sun, 26 Jan 2020 00:18:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 19DC5E086D; Sun, 26 Jan 2020 00:18:58 +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 A214BE086D for ; Sun, 26 Jan 2020 00:18: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 0A9E034E30D for ; Sun, 26 Jan 2020 00:18:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2BCE43E for ; Sun, 26 Jan 2020 00:18:54 +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: <1579997737.7f153973532b5aef86b7d94c6c7bfd26e7353833.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/alpha/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/alpha/make.defaults X-VCS-Directories: profiles/arch/alpha/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 7f153973532b5aef86b7d94c6c7bfd26e7353833 X-VCS-Branch: master Date: Sun, 26 Jan 2020 00:18:54 +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: 4b71c799-8664-4771-82f1-57d9b4892106 X-Archives-Hash: f916f004509c78099c06855d212b73f3 commit: 7f153973532b5aef86b7d94c6c7bfd26e7353833 Author: Matt Turner gentoo org> AuthorDate: Sun Jan 26 00:15:37 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Sun Jan 26 00:15:37 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f153973 profiles/alpha: Add '~alpha' to ACCEPT_KEYWORDS Signed-off-by: Matt Turner gentoo.org> profiles/arch/alpha/make.defaults | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/arch/alpha/make.defaults b/profiles/arch/alpha/make.defaults index 21df1ec3ca0..ea18ceadb13 100644 --- a/profiles/arch/alpha/make.defaults +++ b/profiles/arch/alpha/make.defaults @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 ARCH="alpha" -ACCEPT_KEYWORDS="alpha" +ACCEPT_KEYWORDS="alpha ~alpha"" CHOST="alpha-unknown-linux-gnu" CFLAGS="-O2 -pipe"