From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-908588-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id A452013953C
	for <garchives@archives.gentoo.org>; Fri, 28 Oct 2016 20:40:49 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 0E332E085C;
	Fri, 28 Oct 2016 20:40:49 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id DD9D5E085C
	for <gentoo-commits@lists.gentoo.org>; Fri, 28 Oct 2016 20:40:48 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id F141234166E
	for <gentoo-commits@lists.gentoo.org>; Fri, 28 Oct 2016 20:40:47 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 64177303
	for <gentoo-commits@lists.gentoo.org>; Fri, 28 Oct 2016 20:40:46 +0000 (UTC)
From: "Johannes Huber" <johu@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" <johu@gentoo.org>
Message-ID: <1477687239.61ef420fc99b0847a69f3a3fdc997a28f25279d7.johu@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/tomahawk/
X-VCS-Repository: repo/gentoo
X-VCS-Files: media-sound/tomahawk/tomahawk-0.8.4-r3.ebuild
X-VCS-Directories: media-sound/tomahawk/
X-VCS-Committer: johu
X-VCS-Committer-Name: Johannes Huber
X-VCS-Revision: 61ef420fc99b0847a69f3a3fdc997a28f25279d7
X-VCS-Branch: master
Date: Fri, 28 Oct 2016 20:40:46 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 843c752b-d44d-4e67-aae0-95c48ee0e7d0
X-Archives-Hash: 0a9806c2e8bbd1c943514516721603a1

commit:     61ef420fc99b0847a69f3a3fdc997a28f25279d7
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 28 20:40:27 2016 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Fri Oct 28 20:40:39 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61ef420f

media-sound/tomahawk: Restrict latest dev-libs/quazip

Needs patching/backporting.

Package-Manager: portage-2.3.2

 media-sound/tomahawk/tomahawk-0.8.4-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-sound/tomahawk/tomahawk-0.8.4-r3.ebuild b/media-sound/tomahawk/tomahawk-0.8.4-r3.ebuild
index e11b09b..2c4d55b 100644
--- a/media-sound/tomahawk/tomahawk-0.8.4-r3.ebuild
+++ b/media-sound/tomahawk/tomahawk-0.8.4-r3.ebuild
@@ -38,7 +38,7 @@ DEPEND="
 		>=dev-libs/libattica-0.4.0
 		dev-libs/qjson
 		dev-libs/qtkeychain:=[qt4]
-		dev-libs/quazip[qt4]
+		<dev-libs/quazip-0.7.2[qt4]
 		dev-qt/designer:4
 		dev-qt/qtcore:4
 		dev-qt/qtdbus:4
@@ -55,7 +55,7 @@ DEPEND="
 	qt5? (
 		app-crypt/qca:2[qt5(+)]
 		dev-libs/qtkeychain:=[qt5]
-		dev-libs/quazip[qt5]
+		<dev-libs/quazip-0.7.2[qt5]
 		dev-qt/designer:5
 		dev-qt/qtcore:5
 		dev-qt/qtsvg:5