Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/riscv/rv64gc/
Date: Thu, 07 May 2020 08:39:38
Message-Id: 1588840769.1551a05e715766be7052b3507c8d94edd7f03b8a.zlogene@gentoo
1 commit: 1551a05e715766be7052b3507c8d94edd7f03b8a
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 7 08:38:52 2020 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Thu May 7 08:39:29 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1551a05e
7
8 profiles/riscv: remove py37 from profile
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11
12 profiles/arch/riscv/rv64gc/make.defaults | 4 ----
13 1 file changed, 4 deletions(-)
14
15 diff --git a/profiles/arch/riscv/rv64gc/make.defaults b/profiles/arch/riscv/rv64gc/make.defaults
16 index fc03a0ec87c..46206e24f6d 100644
17 --- a/profiles/arch/riscv/rv64gc/make.defaults
18 +++ b/profiles/arch/riscv/rv64gc/make.defaults
19 @@ -36,7 +36,3 @@ USE_EXPAND_HIDDEN="-ABI_RISCV"
20
21 # Implicitly enable lp64d in ebuilds without multilib support
22 IUSE_IMPLICIT="abi_riscv_lp64d"
23 -
24 -# Enable Python 3.7 since we can't use earlier versions
25 -PYTHON_TARGETS="python3_7"
26 -PYTHON_SINGLE_TARGET="python3_7"