From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-813415-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 C8C78138CED
	for <garchives@archives.gentoo.org>; Fri, 19 Jun 2015 01:11:53 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 73AB0E07E0;
	Fri, 19 Jun 2015 01:11:51 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 1C9C8E07E0
	for <gentoo-commits@lists.gentoo.org>; Fri, 19 Jun 2015 01:11:50 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id DF750340D00
	for <gentoo-commits@lists.gentoo.org>; Fri, 19 Jun 2015 01:11:49 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id B056EA32
	for <gentoo-commits@lists.gentoo.org>; Fri, 19 Jun 2015 01:11:47 +0000 (UTC)
From: "Jory Pratt" <anarchy@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, "Jory Pratt" <anarchy@gentoo.org>
Message-ID: <1434676254.0384b3c1f15b7fa4fb376c3466d89a4f3ef0d776.anarchy@gentoo>
Subject: [gentoo-commits] proj/mozilla:master commit in: mail-client/thunderbird/
X-VCS-Repository: proj/mozilla
X-VCS-Files: mail-client/thunderbird/thunderbird-38.0.1-r1.ebuild
X-VCS-Directories: mail-client/thunderbird/
X-VCS-Committer: anarchy
X-VCS-Committer-Name: Jory Pratt
X-VCS-Revision: 0384b3c1f15b7fa4fb376c3466d89a4f3ef0d776
X-VCS-Branch: master
Date: Fri, 19 Jun 2015 01:11:47 +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: 3e29c0d0-2e3e-4b60-be79-a28422a24f95
X-Archives-Hash: 038be35ab6bdf6e20838bfd692c4cff8

commit:     0384b3c1f15b7fa4fb376c3466d89a4f3ef0d776
Author:     Jory A. Pratt <anarchy <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 19 01:10:54 2015 +0000
Commit:     Jory Pratt <anarchy <AT> gentoo <DOT> org>
CommitDate: Fri Jun 19 01:10:54 2015 +0000
URL:        https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=0384b3c1

Add elog message on how to force calendar upon update, bug #552180

 mail-client/thunderbird/thunderbird-38.0.1-r1.ebuild | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/mail-client/thunderbird/thunderbird-38.0.1-r1.ebuild b/mail-client/thunderbird/thunderbird-38.0.1-r1.ebuild
index aa6c001..024e250 100644
--- a/mail-client/thunderbird/thunderbird-38.0.1-r1.ebuild
+++ b/mail-client/thunderbird/thunderbird-38.0.1-r1.ebuild
@@ -323,4 +323,9 @@ pkg_postinst() {
 	elog "If you experience problems with plugins please issue the"
 	elog "following command : rm \${HOME}/.thunderbird/*/extensions.sqlite ,"
 	elog "then restart thunderbird"
+	elog
+	elog "If calendar fails to show up in extensions please open config editor"
+	elog "and set extensions.lastAppVersion to 38.0.0 to force a reload. If this"
+	elog "fails to show the calendar extension after restarting with above change"
+	elog "please file a bug report."
 }