Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/prefix:master commit in: scripts/
Date: Fri, 10 Jan 2020 13:30:02
Message-Id: 1578662911.8444915911fb0b2e80dc82ffaf670694262a579e.grobian@gentoo
1 commit: 8444915911fb0b2e80dc82ffaf670694262a579e
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 10 13:28:31 2020 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 10 13:28:31 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=84449159
7
8 scripts/bootstrap-prefix: bootstrap Python-3.6.10
9
10 3.6.8 is no longer available on the mirrors, thanks edwinvanl
11
12 Closes: https://bugs.gentoo.org/705104
13 Closes: https://bugs.gentoo.org/705108
14 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
15
16 scripts/bootstrap-prefix.sh | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
20 index ce33fd945a..b0d2a09ec8 100755
21 --- a/scripts/bootstrap-prefix.sh
22 +++ b/scripts/bootstrap-prefix.sh
23 @@ -939,7 +939,7 @@ bootstrap_gnu() {
24
25 PYTHONMAJMIN=3.6 # keep this number in line with PV below for stage1,2
26 bootstrap_python() {
27 - PV=3.6.8
28 + PV=3.6.10
29 A=Python-${PV}.tar.xz
30 patch=true