commit: 248700760bbf8684c44cc5c4cbc66877d0ccc012 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Thu May 2 23:29:01 2019 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Thu May 2 23:29:01 2019 +0000 URL: https://gitweb.gentoo.org/proj/riscv.git/commit/?id=24870076
profiles: Yes, python-3.7 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> profiles/arch/riscv/rv64gc/make.defaults | 2 +- profiles/arch/riscv/rv64gc/use.force | 4 ++++ profiles/arch/riscv/rv64gc/use.mask | 4 ++++ 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/profiles/arch/riscv/rv64gc/make.defaults b/profiles/arch/riscv/rv64gc/make.defaults index 0326c28..0d78820 100644 --- a/profiles/arch/riscv/rv64gc/make.defaults +++ b/profiles/arch/riscv/rv64gc/make.defaults @@ -39,4 +39,4 @@ IUSE_IMPLICIT="abi_riscv_lp64d" # Enable Python 3.7 (and potentially later versions) only PYTHON_TARGETS="python3_7" -PYTHON_SINGLE_TARGET="-* python3_7" +PYTHON_SINGLE_TARGET="python3_7" diff --git a/profiles/arch/riscv/rv64gc/use.force b/profiles/arch/riscv/rv64gc/use.force index 020f290..dc4d06c 100644 --- a/profiles/arch/riscv/rv64gc/use.force +++ b/profiles/arch/riscv/rv64gc/use.force @@ -1,2 +1,6 @@ # Force the flag corresponding to the default ABI. abi_riscv_lp64d + +# Right now we have only one Python available +python_targets_python3_7 +python_single_target_python3_7 diff --git a/profiles/arch/riscv/rv64gc/use.mask b/profiles/arch/riscv/rv64gc/use.mask index f7180f2..74618e4 100644 --- a/profiles/arch/riscv/rv64gc/use.mask +++ b/profiles/arch/riscv/rv64gc/use.mask @@ -9,3 +9,7 @@ python_targets_python2_7 python_targets_python3_5 python_targets_python3_6 +python_single_target_python2_7 +python_single_target_python3_5 +python_single_target_python3_6 +
