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:18:58
Message-Id: 1579997737.7f153973532b5aef86b7d94c6c7bfd26e7353833.mattst88@gentoo
1 commit: 7f153973532b5aef86b7d94c6c7bfd26e7353833
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 26 00:15:37 2020 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 26 00:15:37 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f153973
7
8 profiles/alpha: Add '~alpha' to ACCEPT_KEYWORDS
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 21df1ec3ca0..ea18ceadb13 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"
24 +ACCEPT_KEYWORDS="alpha ~alpha""
25
26 CHOST="alpha-unknown-linux-gnu"
27 CFLAGS="-O2 -pipe"