commit: 0b49c90eea05bf3d2ae66e73843e1e455db7e2df
Author: Jory Pratt <anarchy <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 12 17:00:49 2019 +0000
Commit: Jory Pratt <anarchy <AT> gentoo <DOT> 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 <anarchy <AT> 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