From: Sergei Trofimovich Date: Sat, 11 Apr 2020 13:09:52 +0000 (+0100) Subject: toolchain.eclass: use https:// for git protocol, bug #717056 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=447d269c0cae3691680d477e4240687f008cf2a2;p=gentoo.git toolchain.eclass: use https:// for git protocol, bug #717056 Reported-by: Hanno Böck Closes: https://bugs.gentoo.org/717056 Signed-off-by: Sergei Trofimovich --- diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass index ce113fd4e021..c7eeb63b6d22 100644 --- a/eclass/toolchain.eclass +++ b/eclass/toolchain.eclass @@ -14,7 +14,7 @@ tc_is_live() { } if tc_is_live ; then - EGIT_REPO_URI="git://gcc.gnu.org/git/gcc.git" + EGIT_REPO_URI="https://gcc.gnu.org/git/gcc.git" # naming style: # gcc-10.1.0_pre9999 -> gcc-10-branch # Note that the micro version is required or lots of stuff will break.