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 D7D9D138334 for ; Tue, 10 Dec 2019 05:32:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 18F64E0977; Tue, 10 Dec 2019 05:32:14 +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 02F4EE0977 for ; Tue, 10 Dec 2019 05:32:14 +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 F090934D6BE for ; Tue, 10 Dec 2019 05:32:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 22A7B8D5 for ; Tue, 10 Dec 2019 05:32:11 +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: <1575955922.8008fdca8545991ff8a5eb63a2de5561a3c6c47d.anarchy@gentoo> Subject: [gentoo-commits] proj/mozilla:master commit in: www-client/firefox/ X-VCS-Repository: proj/mozilla X-VCS-Files: www-client/firefox/firefox-72.0_beta4.ebuild X-VCS-Directories: www-client/firefox/ X-VCS-Committer: anarchy X-VCS-Committer-Name: Jory Pratt X-VCS-Revision: 8008fdca8545991ff8a5eb63a2de5561a3c6c47d X-VCS-Branch: master Date: Tue, 10 Dec 2019 05:32:11 +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: 455be7e4-8b8b-439d-a61e-06edef0ab1e6 X-Archives-Hash: 664b694fa8b1f2a60a0ab058d23cd905 commit: 8008fdca8545991ff8a5eb63a2de5561a3c6c47d Author: Jory Pratt gentoo org> AuthorDate: Tue Dec 10 05:32:02 2019 +0000 Commit: Jory Pratt gentoo org> CommitDate: Tue Dec 10 05:32:02 2019 +0000 URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=8008fdca www-client/firefox: fix unquoted variable Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Jory Pratt gentoo.org> www-client/firefox/firefox-72.0_beta4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-client/firefox/firefox-72.0_beta4.ebuild b/www-client/firefox/firefox-72.0_beta4.ebuild index aa545d4..c22732d 100644 --- a/www-client/firefox/firefox-72.0_beta4.ebuild +++ b/www-client/firefox/firefox-72.0_beta4.ebuild @@ -322,7 +322,7 @@ src_prepare() { eautoconf old-configure.in # Clear checksums that present a problem - sed -i 's/\("files":{\)[^}]*/\1/' ${S}/third_party/rust/backtrace-sys/.cargo-checksum.json || die + sed -i 's/\("files":{\)[^}]*/\1/' "${S}"/third_party/rust/backtrace-sys/.cargo-checksum.json || die } src_configure() {