From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 704C31388BF for ; Wed, 6 Jan 2016 13:49:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C4164E0814; Wed, 6 Jan 2016 13:49:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3CFE2E0825 for ; Wed, 6 Jan 2016 13:49:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 584EB340E47 for ; Wed, 6 Jan 2016 13:49:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 726C8138 for ; Wed, 6 Jan 2016 13:49:29 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1452085711.1cc1df46f1ae635ae80209a0155ed637958f7838.kensington@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: eclass/ X-VCS-Repository: proj/qt X-VCS-Files: eclass/qt5-build.eclass X-VCS-Directories: eclass/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 1cc1df46f1ae635ae80209a0155ed637958f7838 X-VCS-Branch: master Date: Wed, 6 Jan 2016 13:49:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 102e17fd-b554-4af3-82bb-986b94889089 X-Archives-Hash: f06627aab8d14dd490c84d0db2b61bdc commit: 1cc1df46f1ae635ae80209a0155ed637958f7838 Author: Michael Palimaka gentoo org> AuthorDate: Wed Jan 6 13:08:31 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Wed Jan 6 13:08:31 2016 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=1cc1df46 qt5-build.eclass: latest development releases are gzipped eclass/qt5-build.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass index 8ee1cd7..d34583e 100644 --- a/eclass/qt5-build.eclass +++ b/eclass/qt5-build.eclass @@ -75,7 +75,7 @@ case ${PV} in # development release QT5_BUILD_TYPE="release" MY_P=${QT5_MODULE}-opensource-src-${PV/_/-} - SRC_URI="http://download.qt.io/development_releases/qt/${PV%.*}/${PV/_/-}/submodules/${MY_P}.tar.xz" + SRC_URI="http://download.qt.io/development_releases/qt/${PV%.*}/${PV/_/-}/submodules/${MY_P}.tar.gz" S=${WORKDIR}/${MY_P} ;; *)