From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (unknown [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id BD30E1388E3 for ; Tue, 7 Oct 2014 16:27:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 49B23E0CB2; Tue, 7 Oct 2014 16:26:58 +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 F09B5E0CB2 for ; Tue, 7 Oct 2014 16:26:57 +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 1AF6C33EEAE for ; Tue, 7 Oct 2014 16:26:57 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A0A2173C0 for ; Tue, 7 Oct 2014 16:26:55 +0000 (UTC) From: "Davide Pesavento" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Davide Pesavento" Message-ID: <1412699167.24b99a5f9f4a10b7380154d89bf4253413b85e9f.pesa@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: pesa X-VCS-Committer-Name: Davide Pesavento X-VCS-Revision: 24b99a5f9f4a10b7380154d89bf4253413b85e9f X-VCS-Branch: master Date: Tue, 7 Oct 2014 16:26:55 +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: 3ea1e079-4a80-4a71-95a1-72be071a2ba0 X-Archives-Hash: af5d92e5d036372eb592e5f4423c10fd commit: 24b99a5f9f4a10b7380154d89bf4253413b85e9f Author: Davide Pesavento gentoo org> AuthorDate: Tue Oct 7 16:26:07 2014 +0000 Commit: Davide Pesavento gentoo org> CommitDate: Tue Oct 7 16:26:07 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=24b99a5f [qt5-build.eclass] Restrict mirror for qtwebkit wrt bug #524584. --- eclass/qt5-build.eclass | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass index c160911..9382f76 100644 --- a/eclass/qt5-build.eclass +++ b/eclass/qt5-build.eclass @@ -71,7 +71,8 @@ EGIT_REPO_URI=( IUSE="debug test" -[[ ${QT5_BUILD_TYPE} == release && ${QT5_MINOR_VERSION} -le 3 ]] && RESTRICT="test" +[[ ${PN} == qtwebkit ]] && RESTRICT="mirror" # bug 524584 +[[ ${QT5_BUILD_TYPE} == release && ${QT5_MINOR_VERSION} -le 3 ]] && RESTRICT="test" # bug 457182 DEPEND=" dev-lang/perl