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: 1427743782.41dfbf3cfeac30f8cb4ab660e41e454f40a536ce.pesa@gentoo
1 commit: 41dfbf3cfeac30f8cb4ab660e41e454f40a536ce
2 Author: Davide Pesavento <pesa <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 30 19:29:42 2015 +0000
4 Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 30 19:29:42 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=41dfbf3c
7
8 [qt4-build-multilib.eclass] Switch EGIT_REPO_URI to code.qt.io and add github mirror.
9
10 eclass/qt4-build-multilib.eclass | 5 +++--
11 1 file changed, 3 insertions(+), 2 deletions(-)
12
13 diff --git a/eclass/qt4-build-multilib.eclass b/eclass/qt4-build-multilib.eclass
14 index b171ba5..e5563e5 100644
15 --- a/eclass/qt4-build-multilib.eclass
16 +++ b/eclass/qt4-build-multilib.eclass
17 @@ -27,8 +27,9 @@ case ${PV} in
18 4.?.9999)
19 QT4_BUILD_TYPE="live"
20 EGIT_REPO_URI=(
21 - "git://gitorious.org/qt/qt.git"
22 - "https://git.gitorious.org/qt/qt.git"
23 + "git://code.qt.io/qt/qt.git"
24 + "https://code.qt.io/git/qt/qt.git"
25 + "https://github.com/qtproject/qt.git"
26 )
27 EGIT_BRANCH=${PV%.9999}
28 inherit git-r3