aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2019-05-03 00:04:09 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2019-05-03 00:04:09 +0200
commit87df7ca6bd149b0b637856004650b5cca2924d39 (patch)
tree3c4c99fc1b5944fd7c055fbf9a54b03adac0953e /profiles
parentprofiles: Rework so we only use python-3.7 (no patches needed there) (diff)
downloadriscv-87df7ca6bd149b0b637856004650b5cca2924d39.tar.gz
riscv-87df7ca6bd149b0b637856004650b5cca2924d39.tar.bz2
riscv-87df7ca6bd149b0b637856004650b5cca2924d39.zip
profiles: Really only 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
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/arch/riscv/rv64gc/make.defaults b/profiles/arch/riscv/rv64gc/make.defaults
index 0d78820..0326c28 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"