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 1FA37138334 for ; Mon, 12 Aug 2019 17:01:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 37599E0826; Mon, 12 Aug 2019 17:01:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 14515E0826 for ; Mon, 12 Aug 2019 17:01:17 +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 5D2773499A9 for ; Mon, 12 Aug 2019 17:01:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 250086DB for ; Mon, 12 Aug 2019 17:01:14 +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: <1565629249.0b49c90eea05bf3d2ae66e73843e1e455db7e2df.anarchy@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/spidermonkey/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/spidermonkey/spidermonkey-60.5.2_p0-r3.ebuild X-VCS-Directories: dev-lang/spidermonkey/ X-VCS-Committer: anarchy X-VCS-Committer-Name: Jory Pratt X-VCS-Revision: 0b49c90eea05bf3d2ae66e73843e1e455db7e2df X-VCS-Branch: master Date: Mon, 12 Aug 2019 17:01:14 +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: 50bc950e-871f-4941-9e49-ae0ac83fa774 X-Archives-Hash: d0b9087f44fca65269030e25da3d74ea commit: 0b49c90eea05bf3d2ae66e73843e1e455db7e2df Author: Jory Pratt gentoo org> AuthorDate: Mon Aug 12 17:00:49 2019 +0000 Commit: Jory Pratt gentoo org> CommitDate: Mon Aug 12 17:00:49 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b49c90e dev-lang/spidermonkey: cleanup sed statement for bug #691334 Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Jory Pratt gentoo.org> dev-lang/spidermonkey/spidermonkey-60.5.2_p0-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/spidermonkey/spidermonkey-60.5.2_p0-r3.ebuild b/dev-lang/spidermonkey/spidermonkey-60.5.2_p0-r3.ebuild index ec29ac35830..70a0e29e4f1 100644 --- a/dev-lang/spidermonkey/spidermonkey-60.5.2_p0-r3.ebuild +++ b/dev-lang/spidermonkey/spidermonkey-60.5.2_p0-r3.ebuild @@ -60,7 +60,7 @@ src_prepare() { eautoconf # remove options that are not correct from js-config - sed '/ib-filenames/d' -i "${S}"/js/src/build/js-config.in + sed '/lib-filenames/d' -i "${S}"/js/src/build/js-config.in || die "failed to remove invalid option from js-config" # there is a default config.cache that messes everything up rm -f "${S}/js/src"/config.cache || die