summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavide Pesavento <pesa@gentoo.org>2015-01-18 01:49:43 +0000
committerDavide Pesavento <pesa@gentoo.org>2015-01-18 01:49:43 +0000
commitcacce2f2bcba310979f5df2b0612269db55a43a8 (patch)
treefbc9e635142c72486e67ba3b13d459e33185efd5 /eclass/qt4-build.eclass
parentAdd mksh to /etc/shells (diff)
downloadgentoo-2-cacce2f2bcba310979f5df2b0612269db55a43a8.tar.gz
gentoo-2-cacce2f2bcba310979f5df2b0612269db55a43a8.tar.bz2
gentoo-2-cacce2f2bcba310979f5df2b0612269db55a43a8.zip
Update SRC_URIs
Diffstat (limited to 'eclass/qt4-build.eclass')
-rw-r--r--eclass/qt4-build.eclass6
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/qt4-build.eclass b/eclass/qt4-build.eclass
index c6ad5aed7818..a36b911439d7 100644
--- a/eclass/qt4-build.eclass
+++ b/eclass/qt4-build.eclass
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v 1.157 2014/11/17 01:31:41 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v 1.158 2015/01/18 01:49:43 pesa Exp $
# @ECLASS: qt4-build.eclass
# @MAINTAINER:
@@ -33,7 +33,7 @@ case ${PV} in
*)
QT4_BUILD_TYPE="release"
MY_P=qt-everywhere-opensource-src-${PV/_/-}
- SRC_URI="http://download.qt-project.org/archive/qt/${PV%.*}/${PV}/${MY_P}.tar.gz"
+ SRC_URI="http://download.qt.io/archive/qt/${PV%.*}/${PV}/${MY_P}.tar.gz"
S=${WORKDIR}/${MY_P}
;;
esac