commit: 2a263048bd80f87a97fb8fe6b2b57c7ff701a3a6
Author: Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 3 00:22:52 2017 +0000
Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Sun Sep 3 00:22:52 2017 +0000
URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=2a263048
qt5-build.eclass: drop insecure git:// URL from EGIT_REPO_URI
eclass/qt5-build.eclass | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass
index d0013f3e..8066d84f 100644
--- a/eclass/qt5-build.eclass
+++ b/eclass/qt5-build.eclass
@@ -92,8 +92,7 @@ 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://code.qt.io/qt/${QT5_MODULE}.git"
"https://github.com/qt/${QT5_MODULE}.git"
)
[[ ${QT5_BUILD_TYPE} == live ]] && inherit git-r3