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 D6155138334 for ; Sun, 1 Sep 2019 07:04:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1B565E09BD; Sun, 1 Sep 2019 07:04:03 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 04A9BE09BD for ; Sun, 1 Sep 2019 07:04:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 D76BD34A7DF for ; Sun, 1 Sep 2019 07:04:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D48E376E for ; Sun, 1 Sep 2019 07:03:58 +0000 (UTC) From: "Jory Pratt" 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" Message-ID: <1567293246.004df1621b15fea4fe9207adeac65c8313700063.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-68.0-r1.ebuild X-VCS-Directories: mail-client/thunderbird/ X-VCS-Committer: anarchy X-VCS-Committer-Name: Jory Pratt X-VCS-Revision: 004df1621b15fea4fe9207adeac65c8313700063 X-VCS-Branch: master Date: Sun, 1 Sep 2019 07:03:58 +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: f3cfc613-41c1-4b5e-b1c5-31a6052973a5 X-Archives-Hash: d447fb3248a7aebb0dc73993b3484839 commit: 004df1621b15fea4fe9207adeac65c8313700063 Author: Jory Pratt gentoo org> AuthorDate: Sat Aug 31 23:14:06 2019 +0000 Commit: Jory Pratt gentoo org> CommitDate: Sat Aug 31 23:14:06 2019 +0000 URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=004df162 mail-client/thunderbird: 68.0 don't error on missing files Package-Manager: Portage-2.3.74, Repoman-2.3.17 Signed-off-by: Jory Pratt gentoo.org> mail-client/thunderbird/thunderbird-68.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail-client/thunderbird/thunderbird-68.0-r1.ebuild b/mail-client/thunderbird/thunderbird-68.0-r1.ebuild index e3d2ccf..bc3e764 100644 --- a/mail-client/thunderbird/thunderbird-68.0-r1.ebuild +++ b/mail-client/thunderbird/thunderbird-68.0-r1.ebuild @@ -285,7 +285,7 @@ src_prepare() { # Don't exit with error when some libs are missing which we have in # system. sed '/^MOZ_PKG_FATAL_WARNINGS/s@= 1@= 0@' \ - -i "${S}"/browser/installer/Makefile.in || die + -i "${S}"/comm/mail/installer/Makefile.in || die # Don't error out when there's no files to be removed: sed 's@\(xargs rm\)$@\1 -f@' \