aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Stakenvicius <axs@gentoo.org>2017-11-24 13:42:27 -0500
committerIan Stakenvicius <axs@gentoo.org>2017-11-24 13:42:27 -0500
commitcd66864297603ce41cda4e698b047c88a91181b8 (patch)
tree4c7cdb43a1002b68c4c3c41bf35fc3c8f2371ce8
parentthunderbird-52.5: bump lightning component, drop 52.4 (diff)
downloadmozilla-cd66864297603ce41cda4e698b047c88a91181b8.tar.gz
mozilla-cd66864297603ce41cda4e698b047c88a91181b8.tar.bz2
mozilla-cd66864297603ce41cda4e698b047c88a91181b8.zip
thunderbird: put back USE=crypt for one more version to aid with migration
-rw-r--r--mail-client/thunderbird/thunderbird-52.5.0.ebuild15
1 files changed, 10 insertions, 5 deletions
diff --git a/mail-client/thunderbird/thunderbird-52.5.0.ebuild b/mail-client/thunderbird/thunderbird-52.5.0.ebuild
index 0a8440c5..5ad2af35 100644
--- a/mail-client/thunderbird/thunderbird-52.5.0.ebuild
+++ b/mail-client/thunderbird/thunderbird-52.5.0.ebuild
@@ -38,7 +38,7 @@ HOMEPAGE="http://www.mozilla.com/en-US/thunderbird/"
KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
SLOT="0"
LICENSE="MPL-2.0 GPL-2 LGPL-2.1"
-IUSE="bindist hardened ldap lightning +minimal mozdom rust selinux"
+IUSE="bindist crypt hardened ldap lightning +minimal mozdom rust selinux"
RESTRICT="!bindist? ( bindist )"
PATCH_URIS=( https://dev.gentoo.org/~{anarchy,axs,polynomial-c}/mozilla/patchsets/${PATCHFF}.tar.xz )
@@ -63,6 +63,7 @@ DEPEND="rust? ( dev-lang/rust )
RDEPEND="${CDEPEND}
selinux? ( sec-policy/selinux-thunderbird )
+ crypt? ( >=x11-plugins/enigmail-1.9.8.3-r1 )
"
S="${WORKDIR}/${MOZ_P}"
@@ -312,10 +313,14 @@ pkg_postinst() {
xdg_desktop_database_update
gnome2_icon_cache_update
- elog
- elog "USE=crypt has been removed from thunderbird as enigmail-1.9.8.3-r1 and above"
- elog "is now a fully standalone package. For enigmail support in thunderbird"
- elog "please add that package directly to @world."
+ if use crypt; then
+ elog
+ elog "USE=crypt will be dropped from thunderbird with version 52.6.0 as"
+ elog "x11-plugins/enigmail-1.9.8.3-r1 and above is now a fully standalone"
+ elog "package. For continued enigmail support in thunderbird please add"
+ elog "x11-plugins/enigmail to your @world set."
+ fi
+
elog
elog "If you experience problems with plugins please issue the"
elog "following command : rm \${HOME}/.thunderbird/*/extensions.sqlite ,"