diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2019-05-03 01:29:01 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2019-05-03 01:29:01 +0200 |
commit | 248700760bbf8684c44cc5c4cbc66877d0ccc012 (patch) | |
tree | c84389a3530c7a3705edb8bed38637488d88484c /profiles | |
parent | dev-lang/python: drop, not needed anymore (diff) | |
download | riscv-248700760bbf8684c44cc5c4cbc66877d0ccc012.tar.gz riscv-248700760bbf8684c44cc5c4cbc66877d0ccc012.tar.bz2 riscv-248700760bbf8684c44cc5c4cbc66877d0ccc012.zip |
profiles: Yes, python-3.7
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/riscv/rv64gc/make.defaults | 2 | ||||
-rw-r--r-- | profiles/arch/riscv/rv64gc/use.force | 4 | ||||
-rw-r--r-- | profiles/arch/riscv/rv64gc/use.mask | 4 |
3 files changed, 9 insertions, 1 deletions
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 + |