From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 476C6138359 for ; Sun, 4 Oct 2020 17:30:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0788AE08F0; Sun, 4 Oct 2020 17:30:33 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E72EEE08F0 for ; Sun, 4 Oct 2020 17:30:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BF67E340952 for ; Sun, 4 Oct 2020 17:30:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D00E0392 for ; Sun, 4 Oct 2020 17:30:28 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1601832620.d61d750c8927a6a2b51d8e2ae448d48d875cc259.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/thunderbird/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-client/thunderbird/thunderbird-78.3.1.ebuild X-VCS-Directories: mail-client/thunderbird/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: d61d750c8927a6a2b51d8e2ae448d48d875cc259 X-VCS-Branch: master Date: Sun, 4 Oct 2020 17:30:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 14e67a36-8942-4119-8f21-669f7ad04a92 X-Archives-Hash: 271b656f6e41c8822e79d1ae68bdf1c7 commit: d61d750c8927a6a2b51d8e2ae448d48d875cc259 Author: Thomas Deutschmann gentoo org> AuthorDate: Sun Oct 4 17:11:39 2020 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Sun Oct 4 17:30:20 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d61d750c mail-client/thunderbird: synchronize with mail-client/thunderbird-bin Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Thomas Deutschmann gentoo.org> mail-client/thunderbird/thunderbird-78.3.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mail-client/thunderbird/thunderbird-78.3.1.ebuild b/mail-client/thunderbird/thunderbird-78.3.1.ebuild index 7c0951f4674..4b20c2824a5 100644 --- a/mail-client/thunderbird/thunderbird-78.3.1.ebuild +++ b/mail-client/thunderbird/thunderbird-78.3.1.ebuild @@ -811,9 +811,9 @@ src_install() { # Install system-wide preferences local PREFS_DIR="${MOZILLA_FIVE_HOME}/defaults/pref" insinto "${PREFS_DIR}" - newins "${FILESDIR}"/gentoo-default-prefs.js all-gentoo.js + newins "${FILESDIR}"/gentoo-default-prefs.js gentoo-prefs.js - local GENTOO_PREFS="${ED}${PREFS_DIR}/all-gentoo.js" + local GENTOO_PREFS="${ED}${PREFS_DIR}/gentoo-prefs.js" # Set dictionary path to use system hunspell cat >>"${GENTOO_PREFS}" <<-EOF || die "failed to set spellchecker.dictionary_path pref"