From: Mikle Kolyada Date: Thu, 7 May 2020 08:38:52 +0000 (+0300) Subject: profiles/riscv: remove py37 from profile X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=1551a05e715766be7052b3507c8d94edd7f03b8a;p=gentoo.git profiles/riscv: remove py37 from profile Signed-off-by: Mikle Kolyada --- 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"