commit: 7930e357c955fb17c3deccd43ecfc23033f6bb36
Author: Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 30 19:26:13 2015 +0000
Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Mon Mar 30 19:26:13 2015 +0000
URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=7930e357
[qt5-build.eclass] Switch EGIT_REPO_URI to code.qt.io and add github mirror.
eclass/qt5-build.eclass | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass
index 89c8daa..82e2030 100644
--- a/eclass/qt5-build.eclass
+++ b/eclass/qt5-build.eclass
@@ -60,8 +60,9 @@ case ${PV} in
esac
EGIT_REPO_URI=(
- "git://gitorious.org/qt/${QT5_MODULE}.git"
- "https://git.gitorious.org/qt/${QT5_MODULE}.git"
+ "git://code.qt.io/qt/${QT5_MODULE}.git"
+ "https://code.qt.io/git/qt/${QT5_MODULE}.git"
+ "https://github.com/qtproject/${QT5_MODULE}.git"
)
[[ ${QT5_BUILD_TYPE} == live ]] && inherit git-r3