From 98fadd3b4f7fe5ed1b7f3ee276f229d7d9cf2f93 Mon Sep 17 00:00:00 2001 From: Davide Pesavento Date: Sun, 8 Oct 2017 11:58:41 +1100 Subject: [PATCH] qt5-build.eclass: drop insecure git:// URL from EGIT_REPO_URI --- eclass/qt5-build.eclass | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass index 5307d27a2932..fca63af4b889 100644 --- 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 -- 2.26.2