summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2020-05-07 11:38:52 +0300
committerMikle Kolyada <zlogene@gentoo.org>2020-05-07 11:39:29 +0300
commit1551a05e715766be7052b3507c8d94edd7f03b8a (patch)
treecb36b86d652ac5527f35d6cd3c9f58f094372b0b
parentdev-perl/CGI-PSGI: -r bump for EAPI7 (diff)
downloadgentoo-1551a05e715766be7052b3507c8d94edd7f03b8a.tar.gz
gentoo-1551a05e715766be7052b3507c8d94edd7f03b8a.tar.bz2
gentoo-1551a05e715766be7052b3507c8d94edd7f03b8a.zip
profiles/riscv: remove py37 from profile
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
-rw-r--r--profiles/arch/riscv/rv64gc/make.defaults4
1 files changed, 0 insertions, 4 deletions
diff --git a/profiles/arch/riscv/rv64gc/make.defaults b/profiles/arch/riscv/rv64gc/make.defaults
index fc03a0ec87c7..46206e24f6d4 100644
--- a/profiles/arch/riscv/rv64gc/make.defaults
+++ b/profiles/arch/riscv/rv64gc/make.defaults
@@ -36,7 +36,3 @@ USE_EXPAND_HIDDEN="-ABI_RISCV"
# Implicitly enable lp64d in ebuilds without multilib support
IUSE_IMPLICIT="abi_riscv_lp64d"
-
-# Enable Python 3.7 since we can't use earlier versions
-PYTHON_TARGETS="python3_7"
-PYTHON_SINGLE_TARGET="python3_7"