From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id E3E01138CCA for ; Mon, 30 Mar 2015 19:30:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 829EBE08F9; Mon, 30 Mar 2015 19:30:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 33AE0E08F9 for ; Mon, 30 Mar 2015 19:30:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6A984340C10 for ; Mon, 30 Mar 2015 19:30:32 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0C88A14DDE for ; Mon, 30 Mar 2015 19:30:29 +0000 (UTC) From: "Davide Pesavento" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Davide Pesavento" Message-ID: <1427743782.41dfbf3cfeac30f8cb4ab660e41e454f40a536ce.pesa@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: eclass/ X-VCS-Repository: proj/qt X-VCS-Files: eclass/qt4-build-multilib.eclass X-VCS-Directories: eclass/ X-VCS-Committer: pesa X-VCS-Committer-Name: Davide Pesavento X-VCS-Revision: 41dfbf3cfeac30f8cb4ab660e41e454f40a536ce X-VCS-Branch: master Date: Mon, 30 Mar 2015 19:30:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 3824d7eb-b6a5-47c4-acad-37281f9f9f55 X-Archives-Hash: 8fb481248db939f7c15ef95bb2c59639 commit: 41dfbf3cfeac30f8cb4ab660e41e454f40a536ce Author: Davide Pesavento gentoo org> AuthorDate: Mon Mar 30 19:29:42 2015 +0000 Commit: Davide Pesavento gentoo org> CommitDate: Mon Mar 30 19:29:42 2015 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=41dfbf3c [qt4-build-multilib.eclass] Switch EGIT_REPO_URI to code.qt.io and add github mirror. eclass/qt4-build-multilib.eclass | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/eclass/qt4-build-multilib.eclass b/eclass/qt4-build-multilib.eclass index b171ba5..e5563e5 100644 --- a/eclass/qt4-build-multilib.eclass +++ b/eclass/qt4-build-multilib.eclass @@ -27,8 +27,9 @@ case ${PV} in 4.?.9999) QT4_BUILD_TYPE="live" EGIT_REPO_URI=( - "git://gitorious.org/qt/qt.git" - "https://git.gitorious.org/qt/qt.git" + "git://code.qt.io/qt/qt.git" + "https://code.qt.io/git/qt/qt.git" + "https://github.com/qtproject/qt.git" ) EGIT_BRANCH=${PV%.9999} inherit git-r3