Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/riscv:master commit in: profiles/arch/riscv/
Date: Sat, 20 Apr 2019 23:30:08
Message-Id: 1555781071.3a1a8ec1c97dfb5e5c2d8f8e048e96eb1297f761.dilfridge@gentoo
1 commit: 3a1a8ec1c97dfb5e5c2d8f8e048e96eb1297f761
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 20 17:24:31 2019 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 20 17:24:31 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/riscv.git/commit/?id=3a1a8ec1
7
8 profiles: Also accept amd64 keywords for now
9
10 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
11
12 profiles/arch/riscv/make.defaults | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/profiles/arch/riscv/make.defaults b/profiles/arch/riscv/make.defaults
16 index f7ee72c..9a66fed 100644
17 --- a/profiles/arch/riscv/make.defaults
18 +++ b/profiles/arch/riscv/make.defaults
19 @@ -4,7 +4,7 @@
20 # Main RISC-V profile
21
22 ARCH="riscv"
23 -ACCEPT_KEYWORDS="riscv ~riscv"
24 +ACCEPT_KEYWORDS="amd64 ~amd64 riscv ~riscv"
25
26 CHOST="riscv64-unknown-linux-gnu"