diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-08-13 14:04:26 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-08-13 14:04:26 +0200 |
commit | c79645f0d1db37885a1ad59696996504dffbdda1 (patch) | |
tree | 0e555f3d6a53ea93df508fb8e1d6d02f2b2cf214 /eclass | |
parent | media-sound/amarok: Enforce virtual/mysql[-minimal] in DEPENDs (diff) | |
download | kde-sunset-c79645f0d1db37885a1ad59696996504dffbdda1.tar.gz kde-sunset-c79645f0d1db37885a1ad59696996504dffbdda1.tar.bz2 kde-sunset-c79645f0d1db37885a1ad59696996504dffbdda1.zip |
qt4-build-multilib.eclass: Update Qt4 SRC_URI, moved to upstream archives
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/qt4-build-multilib.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/qt4-build-multilib.eclass b/eclass/qt4-build-multilib.eclass index 7666936b..83fb54a9 100644 --- a/eclass/qt4-build-multilib.eclass +++ b/eclass/qt4-build-multilib.eclass @@ -32,7 +32,7 @@ case ${PV} in # official stable release QT4_BUILD_TYPE="release" MY_P=qt-everywhere-opensource-src-${PV/_/-} - SRC_URI="http://download.qt.io/official_releases/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 |