aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2019-05-03 01:29:01 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2019-05-03 01:29:01 +0200
commit248700760bbf8684c44cc5c4cbc66877d0ccc012 (patch)
treec84389a3530c7a3705edb8bed38637488d88484c /profiles
parentdev-lang/python: drop, not needed anymore (diff)
downloadriscv-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.defaults2
-rw-r--r--profiles/arch/riscv/rv64gc/use.force4
-rw-r--r--profiles/arch/riscv/rv64gc/use.mask4
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
+