commit:     c79645f0d1db37885a1ad59696996504dffbdda1
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 13 12:04:26 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Aug 13 12:04:26 2020 +0000
URL:        https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=c79645f0

qt4-build-multilib.eclass: Update Qt4 SRC_URI, moved to upstream archives

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 eclass/qt4-build-multilib.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

Reply via email to