summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavide Pesavento <pesa@gentoo.org>2014-10-07 16:23:39 +0000
committerDavide Pesavento <pesa@gentoo.org>2014-10-07 16:23:39 +0000
commit31693fc18b9d768c8f50108fcda292702eb74295 (patch)
treea130586277ef073aa21d2ccae2b34f12082045a0 /eclass/qt5-build.eclass
parentStablize on hppa after trivial bash-completion fix. (diff)
downloadgentoo-2-31693fc18b9d768c8f50108fcda292702eb74295.tar.gz
gentoo-2-31693fc18b9d768c8f50108fcda292702eb74295.tar.bz2
gentoo-2-31693fc18b9d768c8f50108fcda292702eb74295.zip
Restrict mirror for qtwebkit wrt bug #524584
Diffstat (limited to 'eclass/qt5-build.eclass')
-rw-r--r--eclass/qt5-build.eclass5
1 files changed, 3 insertions, 2 deletions
diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass
index bc72dc0fd15c..4d65296573e3 100644
--- a/eclass/qt5-build.eclass
+++ b/eclass/qt5-build.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/qt5-build.eclass,v 1.7 2014/09/22 00:03:25 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/qt5-build.eclass,v 1.8 2014/10/07 16:23:39 pesa Exp $
# @ECLASS: qt5-build.eclass
# @MAINTAINER:
@@ -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