diff options
author | Davide Pesavento <pesa@gentoo.org> | 2015-04-01 18:45:04 +0000 |
---|---|---|
committer | Davide Pesavento <pesa@gentoo.org> | 2015-04-01 18:45:04 +0000 |
commit | 823e83eeb26ddad256896dfadfc4267ca18e93d4 (patch) | |
tree | adb48cc26cd7f8f5135c50386b04ba7abdee2b81 /eclass/qt4-build-multilib.eclass | |
parent | Log the configure command we run. (diff) | |
download | gentoo-2-823e83eeb26ddad256896dfadfc4267ca18e93d4.tar.gz gentoo-2-823e83eeb26ddad256896dfadfc4267ca18e93d4.tar.bz2 gentoo-2-823e83eeb26ddad256896dfadfc4267ca18e93d4.zip |
Remove all references to qt-project.org and switch EGIT_REPO_URI from gitorious to code.qt.io.
Diffstat (limited to 'eclass/qt4-build-multilib.eclass')
-rw-r--r-- | eclass/qt4-build-multilib.eclass | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/eclass/qt4-build-multilib.eclass b/eclass/qt4-build-multilib.eclass index 48ad42dc4984..9b3480ea37aa 100644 --- a/eclass/qt4-build-multilib.eclass +++ b/eclass/qt4-build-multilib.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build-multilib.eclass,v 1.8 2015/03/23 02:15:14 pesa Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build-multilib.eclass,v 1.9 2015/04/01 18:45:04 pesa Exp $ # @ECLASS: qt4-build-multilib.eclass # @MAINTAINER: @@ -19,7 +19,7 @@ esac inherit eutils flag-o-matic multilib multilib-minimal toolchain-funcs -HOMEPAGE="https://www.qt.io/ https://qt-project.org/" +HOMEPAGE="https://www.qt.io/" LICENSE="|| ( LGPL-2.1 GPL-3 )" SLOT="4" @@ -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 |