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: Mon, 30 Mar 2015 19:30:33
Message-Id: 1427743573.7930e357c955fb17c3deccd43ecfc23033f6bb36.pesa@gentoo
1 commit: 7930e357c955fb17c3deccd43ecfc23033f6bb36
2 Author: Davide Pesavento <pesa <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 30 19:26:13 2015 +0000
4 Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 30 19:26:13 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=7930e357
7
8 [qt5-build.eclass] Switch EGIT_REPO_URI to code.qt.io and add github mirror.
9
10 eclass/qt5-build.eclass | 5 +++--
11 1 file changed, 3 insertions(+), 2 deletions(-)
12
13 diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass
14 index 89c8daa..82e2030 100644
15 --- a/eclass/qt5-build.eclass
16 +++ b/eclass/qt5-build.eclass
17 @@ -60,8 +60,9 @@ case ${PV} in
18 esac
19
20 EGIT_REPO_URI=(
21 - "git://gitorious.org/qt/${QT5_MODULE}.git"
22 - "https://git.gitorious.org/qt/${QT5_MODULE}.git"
23 + "git://code.qt.io/qt/${QT5_MODULE}.git"
24 + "https://code.qt.io/git/qt/${QT5_MODULE}.git"
25 + "https://github.com/qtproject/${QT5_MODULE}.git"
26 )
27 [[ ${QT5_BUILD_TYPE} == live ]] && inherit git-r3