From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-881828-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id 32BE313825A
	for <garchives@archives.gentoo.org>; Mon, 16 May 2016 16:52:39 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id C80E021C06D;
	Mon, 16 May 2016 16:52:35 +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 6DFB421C06D
	for <gentoo-commits@lists.gentoo.org>; Mon, 16 May 2016 16:52:35 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(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 485DA340C76
	for <gentoo-commits@lists.gentoo.org>; Mon, 16 May 2016 16:52:34 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id DF922342
	for <gentoo-commits@lists.gentoo.org>; Mon, 16 May 2016 16:52:30 +0000 (UTC)
From: "Ian Stakenvicius" <axs@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, "Ian Stakenvicius" <axs@gentoo.org>
Message-ID: <1463417544.8cf3d9b748b1920eeb0b758dbde0d25df1c87ad8.axs@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/thunderbird/
X-VCS-Repository: repo/gentoo
X-VCS-Files: mail-client/thunderbird/thunderbird-38.8.0.ebuild mail-client/thunderbird/thunderbird-45.1.0.ebuild
X-VCS-Directories: mail-client/thunderbird/
X-VCS-Committer: axs
X-VCS-Committer-Name: Ian Stakenvicius
X-VCS-Revision: 8cf3d9b748b1920eeb0b758dbde0d25df1c87ad8
X-VCS-Branch: master
Date: Mon, 16 May 2016 16:52:30 +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: 90ecf13f-85c1-47ac-a65e-f2d83e0cb452
X-Archives-Hash: 2867d74a5c5d2ebb09fdff38462bf7b2

commit:     8cf3d9b748b1920eeb0b758dbde0d25df1c87ad8
Author:     Ian Stakenvicius <axs <AT> gentoo <DOT> org>
AuthorDate: Mon May 16 16:45:09 2016 +0000
Commit:     Ian Stakenvicius <axs <AT> gentoo <DOT> org>
CommitDate: Mon May 16 16:52:24 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cf3d9b7

mail-client/thunderbird: allow pinentry[qt5]

Bug: https://bugs.gentoo.org/583134

Package-Manager: portage-2.2.28

 mail-client/thunderbird/thunderbird-38.8.0.ebuild | 5 +++--
 mail-client/thunderbird/thunderbird-45.1.0.ebuild | 5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/mail-client/thunderbird/thunderbird-38.8.0.ebuild b/mail-client/thunderbird/thunderbird-38.8.0.ebuild
index 771a61a..196b4f9 100644
--- a/mail-client/thunderbird/thunderbird-38.8.0.ebuild
+++ b/mail-client/thunderbird/thunderbird-38.8.0.ebuild
@@ -62,8 +62,9 @@ CDEPEND="
 	crypt?  ( || (
 		( >=app-crypt/gnupg-2.0
 			|| (
-				app-crypt/pinentry[gtk]
-				app-crypt/pinentry[qt4]
+				app-crypt/pinentry[gtk(-)]
+				app-crypt/pinentry[qt4(-)]
+				app-crypt/pinentry[qt5(-)]
 			)
 		)
 		=app-crypt/gnupg-1.4*

diff --git a/mail-client/thunderbird/thunderbird-45.1.0.ebuild b/mail-client/thunderbird/thunderbird-45.1.0.ebuild
index 777de49..deea3ab 100644
--- a/mail-client/thunderbird/thunderbird-45.1.0.ebuild
+++ b/mail-client/thunderbird/thunderbird-45.1.0.ebuild
@@ -60,8 +60,9 @@ CDEPEND="
 	crypt?  ( || (
 		( >=app-crypt/gnupg-2.0
 			|| (
-				app-crypt/pinentry[gtk]
-				app-crypt/pinentry[qt4]
+				app-crypt/pinentry[gtk(-)]
+				app-crypt/pinentry[qt4(-)]
+				app-crypt/pinentry[qt5(-)]
 			)
 		)
 		=app-crypt/gnupg-1.4*