projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
230bf97
)
eclass/git-r3.eclass: Typo
author
Jeroen Roovers
<jer@gentoo.org>
Fri, 1 Sep 2017 10:20:01 +0000
(12:20 +0200)
committer
Jeroen Roovers
<jer@gentoo.org>
Fri, 1 Sep 2017 10:20:01 +0000
(12:20 +0200)
eclass/git-r3.eclass
patch
|
blob
|
history
diff --git
a/eclass/git-r3.eclass
b/eclass/git-r3.eclass
index ee6050c3cdd25750ec5f4e69b2edc1c07fa5406d..2e3983ecc8ba92b168399d262ace99a43c2a9b3c 100644
(file)
--- a/
eclass/git-r3.eclass
+++ b/
eclass/git-r3.eclass
@@
-574,7
+574,7
@@
git-r3_fetch() {
for r in "${repos[@]}"; do
if [[ ${r} == git:* || ${r} == http:* ]]; then
ewarn "git-r3: ${r%%:*} protocol is completely unsecure and may render the ebuild"
- ewarn "easily sus
pec
tible to MITM attacks (even if used only as fallback). Please"
+ ewarn "easily sus
cep
tible to MITM attacks (even if used only as fallback). Please"
ewarn "use https instead."
ewarn "[URI: ${r}]"
fi