Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/alpha/
Date: Sun, 26 Jan 2020 00:45:40
Message-Id: 1579999517.59b83a8cc2ff19e06729aae5dae8a8fdcfe27106.mattst88@gentoo
1 commit: 59b83a8cc2ff19e06729aae5dae8a8fdcfe27106
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 26 00:44:56 2020 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 26 00:45:17 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59b83a8c
7
8 profiles/alpha: Remove extra "
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 profiles/arch/alpha/make.defaults | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/profiles/arch/alpha/make.defaults b/profiles/arch/alpha/make.defaults
16 index ea18ceadb13..b44fb846a45 100644
17 --- a/profiles/arch/alpha/make.defaults
18 +++ b/profiles/arch/alpha/make.defaults
19 @@ -2,7 +2,7 @@
20 # Distributed under the terms of the GNU General Public License v2
21
22 ARCH="alpha"
23 -ACCEPT_KEYWORDS="alpha ~alpha""
24 +ACCEPT_KEYWORDS="alpha ~alpha"
25
26 CHOST="alpha-unknown-linux-gnu"
27 CFLAGS="-O2 -pipe"