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 3C198138350 for ; Sun, 26 Jan 2020 00:45:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 664D1E089E; Sun, 26 Jan 2020 00:45:39 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 35EB7E089E for ; Sun, 26 Jan 2020 00:45:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 4608434E0E8 for ; Sun, 26 Jan 2020 00:45:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 24E8A3E for ; Sun, 26 Jan 2020 00:45:34 +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: <1579999517.59b83a8cc2ff19e06729aae5dae8a8fdcfe27106.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: 59b83a8cc2ff19e06729aae5dae8a8fdcfe27106 X-VCS-Branch: master Date: Sun, 26 Jan 2020 00:45: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 X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d0548511-70f8-485c-b4af-8e73f22283a4 X-Archives-Hash: b72e7b6568a7027d0bd69ef43b0a2928 commit: 59b83a8cc2ff19e06729aae5dae8a8fdcfe27106 Author: Matt Turner gentoo org> AuthorDate: Sun Jan 26 00:44:56 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Sun Jan 26 00:45:17 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59b83a8c profiles/alpha: Remove extra " 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 ea18ceadb13..b44fb846a45 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 ~alpha"" +ACCEPT_KEYWORDS="alpha ~alpha" CHOST="alpha-unknown-linux-gnu" CFLAGS="-O2 -pipe"