diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-04-11 14:09:52 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-04-11 14:10:37 +0100 |
commit | 447d269c0cae3691680d477e4240687f008cf2a2 (patch) | |
tree | 4dcd10cfdc077181bad42471a3c79af4bde4e825 /eclass | |
parent | app-admin/sudo: Synced live ebuild (diff) | |
download | gentoo-447d269c0cae3691680d477e4240687f008cf2a2.tar.gz gentoo-447d269c0cae3691680d477e4240687f008cf2a2.tar.bz2 gentoo-447d269c0cae3691680d477e4240687f008cf2a2.zip |
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 <slyfox@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/toolchain.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
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. |