projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c9da00
)
toolchain.eclass: use https:// for git protocol, bug #717056
author
Sergei Trofimovich
<slyfox@gentoo.org>
Sat, 11 Apr 2020 13:09:52 +0000
(14:09 +0100)
committer
Sergei Trofimovich
<slyfox@gentoo.org>
Sat, 11 Apr 2020 13:10:37 +0000
(14:10 +0100)
Reported-by: Hanno Böck
Closes: https://bugs.gentoo.org/717056
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
eclass/toolchain.eclass
patch
|
blob
|
history
diff --git
a/eclass/toolchain.eclass
b/eclass/toolchain.eclass
index ce113fd4e021d6c7dd17f8c2ef138cd217dfcdd2..c7eeb63b6d226e007d39e20d2eb226b8272c7ea0 100644
(file)
--- 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.