diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2019-05-03 00:04:09 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2019-05-03 00:04:09 +0200 |
commit | 87df7ca6bd149b0b637856004650b5cca2924d39 (patch) | |
tree | 3c4c99fc1b5944fd7c055fbf9a54b03adac0953e /profiles | |
parent | profiles: Rework so we only use python-3.7 (no patches needed there) (diff) | |
download | riscv-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.defaults | 2 |
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" |