Gentoo Archives: gentoo-commits

From: Davide Pesavento <pesa@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qt:master commit in: eclass/
Date: Sun, 03 Sep 2017 00:24:22
Message-Id: 1504398172.2a263048bd80f87a97fb8fe6b2b57c7ff701a3a6.pesa@gentoo
1 commit: 2a263048bd80f87a97fb8fe6b2b57c7ff701a3a6
2 Author: Davide Pesavento <pesa <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 3 00:22:52 2017 +0000
4 Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 3 00:22:52 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=2a263048
7
8 qt5-build.eclass: drop insecure git:// URL from EGIT_REPO_URI
9
10 eclass/qt5-build.eclass | 3 +--
11 1 file changed, 1 insertion(+), 2 deletions(-)
12
13 diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass
14 index d0013f3e..8066d84f 100644
15 --- a/eclass/qt5-build.eclass
16 +++ b/eclass/qt5-build.eclass
17 @@ -92,8 +92,7 @@ esac
18 readonly QT5_BUILD_TYPE
19
20 EGIT_REPO_URI=(
21 - "git://code.qt.io/qt/${QT5_MODULE}.git"
22 - "https://code.qt.io/git/qt/${QT5_MODULE}.git"
23 + "https://code.qt.io/qt/${QT5_MODULE}.git"
24 "https://github.com/qt/${QT5_MODULE}.git"
25 )
26 [[ ${QT5_BUILD_TYPE} == live ]] && inherit git-r3