summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Stakenvicius <axs@gentoo.org>2016-05-16 12:45:09 -0400
committerIan Stakenvicius <axs@gentoo.org>2016-05-16 12:52:24 -0400
commit8cf3d9b748b1920eeb0b758dbde0d25df1c87ad8 (patch)
treef0d6925f92bbdaf9f3596081cd480a017f0c64b4 /mail-client
parentsys-cluster/nova: fixing typo (diff)
downloadgentoo-8cf3d9b748b1920eeb0b758dbde0d25df1c87ad8.tar.gz
gentoo-8cf3d9b748b1920eeb0b758dbde0d25df1c87ad8.tar.bz2
gentoo-8cf3d9b748b1920eeb0b758dbde0d25df1c87ad8.zip
mail-client/thunderbird: allow pinentry[qt5]
Bug: https://bugs.gentoo.org/583134 Package-Manager: portage-2.2.28
Diffstat (limited to 'mail-client')
-rw-r--r--mail-client/thunderbird/thunderbird-38.8.0.ebuild5
-rw-r--r--mail-client/thunderbird/thunderbird-45.1.0.ebuild5
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 771a61a9b826..196b4f986e47 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 777de492f82e..deea3abbb228 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*