projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ff0317
)
qt5-build.eclass: drop insecure git:// URL from EGIT_REPO_URI
author
Davide Pesavento
<pesa@gentoo.org>
Sun, 8 Oct 2017 00:58:41 +0000
(11:58 +1100)
committer
Michael Palimaka
<kensington@gentoo.org>
Sun, 8 Oct 2017 01:46:25 +0000
(12:46 +1100)
eclass/qt5-build.eclass
patch
|
blob
|
history
diff --git
a/eclass/qt5-build.eclass
b/eclass/qt5-build.eclass
index 5307d27a2932c9bc5f1c79e018d2f3a78814244f..fca63af4b88947484197673588d75ebd25c858a6 100644
(file)
--- a/
eclass/qt5-build.eclass
+++ b/
eclass/qt5-build.eclass
@@
-92,9
+92,8
@@
esac
readonly QT5_BUILD_TYPE
EGIT_REPO_URI=(
- "git://code.qt.io/qt/${QT5_MODULE}.git"
- "https://code.qt.io/git/qt/${QT5_MODULE}.git"
- "https://github.com/qtproject/${QT5_MODULE}.git"
+ "https://code.qt.io/qt/${QT5_MODULE}.git"
+ "https://github.com/qt/${QT5_MODULE}.git"
)
[[ ${QT5_BUILD_TYPE} == live ]] && inherit git-r3