From 447d269c0cae3691680d477e4240687f008cf2a2 Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Sat, 11 Apr 2020 14:09:52 +0100 Subject: toolchain.eclass: use https:// for git protocol, bug #717056 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reported-by: Hanno Böck Closes: https://bugs.gentoo.org/717056 Signed-off-by: Sergei Trofimovich --- eclass/toolchain.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'eclass') 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. -- cgit v1.2.3-65-gdbad