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/rv64gc/
Date: Thu, 02 May 2019 23:29:29
Message-Id: 1556839741.248700760bbf8684c44cc5c4cbc66877d0ccc012.dilfridge@gentoo
1 commit: 248700760bbf8684c44cc5c4cbc66877d0ccc012
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 2 23:29:01 2019 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Thu May 2 23:29:01 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/riscv.git/commit/?id=24870076
7
8 profiles: Yes, python-3.7
9
10 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
11
12 profiles/arch/riscv/rv64gc/make.defaults | 2 +-
13 profiles/arch/riscv/rv64gc/use.force | 4 ++++
14 profiles/arch/riscv/rv64gc/use.mask | 4 ++++
15 3 files changed, 9 insertions(+), 1 deletion(-)
16
17 diff --git a/profiles/arch/riscv/rv64gc/make.defaults b/profiles/arch/riscv/rv64gc/make.defaults
18 index 0326c28..0d78820 100644
19 --- a/profiles/arch/riscv/rv64gc/make.defaults
20 +++ b/profiles/arch/riscv/rv64gc/make.defaults
21 @@ -39,4 +39,4 @@ IUSE_IMPLICIT="abi_riscv_lp64d"
22
23 # Enable Python 3.7 (and potentially later versions) only
24 PYTHON_TARGETS="python3_7"
25 -PYTHON_SINGLE_TARGET="-* python3_7"
26 +PYTHON_SINGLE_TARGET="python3_7"
27
28 diff --git a/profiles/arch/riscv/rv64gc/use.force b/profiles/arch/riscv/rv64gc/use.force
29 index 020f290..dc4d06c 100644
30 --- a/profiles/arch/riscv/rv64gc/use.force
31 +++ b/profiles/arch/riscv/rv64gc/use.force
32 @@ -1,2 +1,6 @@
33 # Force the flag corresponding to the default ABI.
34 abi_riscv_lp64d
35 +
36 +# Right now we have only one Python available
37 +python_targets_python3_7
38 +python_single_target_python3_7
39
40 diff --git a/profiles/arch/riscv/rv64gc/use.mask b/profiles/arch/riscv/rv64gc/use.mask
41 index f7180f2..74618e4 100644
42 --- a/profiles/arch/riscv/rv64gc/use.mask
43 +++ b/profiles/arch/riscv/rv64gc/use.mask
44 @@ -9,3 +9,7 @@
45 python_targets_python2_7
46 python_targets_python3_5
47 python_targets_python3_6
48 +python_single_target_python2_7
49 +python_single_target_python3_5
50 +python_single_target_python3_6
51 +