diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2020-12-18 00:56:30 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2020-12-18 00:57:02 +0200 |
commit | 55180a031a56215a7dcc63332b6d303d062a4652 (patch) | |
tree | 52a270ca54f00732620ec352bb2279b6ba29ba2e /profiles | |
parent | dev-haskell/yesod-static: drop old (diff) | |
download | gentoo-55180a031a56215a7dcc63332b6d303d062a4652.tar.gz gentoo-55180a031a56215a7dcc63332b6d303d062a4652.tar.bz2 gentoo-55180a031a56215a7dcc63332b6d303d062a4652.zip |
profiles: Do not force py3.7 on riscv anymore, hurts now
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/riscv/use.force | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/profiles/arch/riscv/use.force b/profiles/arch/riscv/use.force index d97bd1215470..5e5e335685cb 100644 --- a/profiles/arch/riscv/use.force +++ b/profiles/arch/riscv/use.force @@ -3,7 +3,3 @@ # Force the flag which corresponds to ARCH. riscv - -# Right now we have only one Python available, so we must use it -python_targets_python3_7 -python_single_target_python3_7 |