diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2009-08-11 14:44:16 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2009-08-11 14:44:16 +0000 |
commit | e2b9e1d722c2c3767dceab0ce7c7d479ddfc7de2 (patch) | |
tree | 180489d033073a1e8f4dfcb9f8a080e45279f72e /eclass | |
parent | - forgotten patch (diff) | |
download | gentoo-2-e2b9e1d722c2c3767dceab0ce7c7d479ddfc7de2.tar.gz gentoo-2-e2b9e1d722c2c3767dceab0ce7c7d479ddfc7de2.tar.bz2 gentoo-2-e2b9e1d722c2c3767dceab0ce7c7d479ddfc7de2.zip |
Update Homepage and SRC_URI links
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/qt4-build.eclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/qt4-build.eclass b/eclass/qt4-build.eclass index a39451c2a72c..6ec5a7fb60a4 100644 --- a/eclass/qt4-build.eclass +++ b/eclass/qt4-build.eclass @@ -1,6 +1,6 @@ # Copyright 2007-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v 1.43 2009/07/31 22:18:31 tommy Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v 1.44 2009/08/11 14:44:16 hwoarang Exp $ # @ECLASS: qt4-build.eclass # @MAINTAINER: @@ -57,8 +57,8 @@ esac MY_P=qt-x11-${SRCTYPE}-${MY_PV} S=${WORKDIR}/${MY_P} -HOMEPAGE="http://www.qtsoftware.com/" -SRC_URI="http://get.qtsoftware.com/qt/source/${MY_P}.tar.bz2" +HOMEPAGE="http://qt.nokia.com/" +SRC_URI="http://download.qt.nokia.com/qt/source/${MY_P}.tar.bz2" case "${PV}" in 4.4.?) SRC_URI="${SRC_URI} mirror://gentoo/${MY_P}-headers.tar.bz2" ;; |