qt5-build.eclass: drop insecure git:// URL from EGIT_REPO_URI
authorDavide Pesavento <pesa@gentoo.org>
Sun, 8 Oct 2017 00:58:41 +0000 (11:58 +1100)
committerMichael Palimaka <kensington@gentoo.org>
Sun, 8 Oct 2017 01:46:25 +0000 (12:46 +1100)
eclass/qt5-build.eclass

index 5307d27a2932c9bc5f1c79e018d2f3a78814244f..fca63af4b88947484197673588d75ebd25c858a6 100644 (file)
@@ -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