commit: 8444915911fb0b2e80dc82ffaf670694262a579e Author: Fabian Groffen <grobian <AT> gentoo <DOT> org> AuthorDate: Fri Jan 10 13:28:31 2020 +0000 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org> CommitDate: Fri Jan 10 13:28:31 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=84449159
scripts/bootstrap-prefix: bootstrap Python-3.6.10 3.6.8 is no longer available on the mirrors, thanks edwinvanl Closes: https://bugs.gentoo.org/705104 Closes: https://bugs.gentoo.org/705108 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org> scripts/bootstrap-prefix.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh index ce33fd945a..b0d2a09ec8 100755 --- a/scripts/bootstrap-prefix.sh +++ b/scripts/bootstrap-prefix.sh @@ -939,7 +939,7 @@ bootstrap_gnu() { PYTHONMAJMIN=3.6 # keep this number in line with PV below for stage1,2 bootstrap_python() { - PV=3.6.8 + PV=3.6.10 A=Python-${PV}.tar.xz patch=true
