Gentoo Archives: gentoo-commits

From: Benda XU <heroxbd@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/prefix/linux-standalone/amd64/, profiles/prefix/linux-standalone/x86/
Date: Tue, 01 Mar 2016 08:44:58
Message-Id: 1456821873.d293a5998a742153dc6b0c31facbd48e027171fb.heroxbd@gentoo
1 commit: d293a5998a742153dc6b0c31facbd48e027171fb
2 Author: Benda Xu <heroxbd <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 1 08:42:20 2016 +0000
4 Commit: Benda XU <heroxbd <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 1 08:44:33 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d293a599
7
8 profile/prefix/linux-standalone: use the implicit keyword scheme.
9
10 https://archives.gentoo.org/gentoo-alt/message/28aede1511aecfea32ba55af02b94dd2
11
12 profiles/prefix/linux-standalone/amd64/make.defaults | 3 +--
13 profiles/prefix/linux-standalone/x86/make.defaults | 3 +--
14 2 files changed, 2 insertions(+), 4 deletions(-)
15
16 diff --git a/profiles/prefix/linux-standalone/amd64/make.defaults b/profiles/prefix/linux-standalone/amd64/make.defaults
17 index 88ac25b..a46fa2e 100644
18 --- a/profiles/prefix/linux-standalone/amd64/make.defaults
19 +++ b/profiles/prefix/linux-standalone/amd64/make.defaults
20 @@ -4,5 +4,4 @@
21
22 ARCH="amd64"
23 CHOST="x86_64-pc-linux-gnu"
24 -# The base profile sets ACCEPT_KEYWORDS=amd64 and we don't have that in prefix.
25 -ACCEPT_KEYWORDS="-amd64 ~amd64-linux"
26 +ACCEPT_KEYWORDS="~amd64-linux"
27
28 diff --git a/profiles/prefix/linux-standalone/x86/make.defaults b/profiles/prefix/linux-standalone/x86/make.defaults
29 index ffde5d2..2915579 100644
30 --- a/profiles/prefix/linux-standalone/x86/make.defaults
31 +++ b/profiles/prefix/linux-standalone/x86/make.defaults
32 @@ -4,5 +4,4 @@
33
34 ARCH="x86"
35 CHOST="i686-pc-linux-gnu"
36 -# The base profile sets ACCEPT_KEYWORDS=x86 and we don't have that in prefix.
37 -ACCEPT_KEYWORDS="-x86 ~x86-linux"
38 +ACCEPT_KEYWORDS="~x86-linux"