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 0168F138239 for ; Fri, 26 Apr 2019 16:59:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CAA94E088B; Fri, 26 Apr 2019 16:59:11 +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 AC58DE088B for ; Fri, 26 Apr 2019 16:59:11 +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 EAC89342976 for ; Fri, 26 Apr 2019 16:59:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D83B0A8 for ; Fri, 26 Apr 2019 16:59:06 +0000 (UTC) From: "Ian Stakenvicius" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ian Stakenvicius" Message-ID: <1556297904.162e8a929b04e5d7f00308afb6616e89c3ae6ed2.axs@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-r1.ebuild X-VCS-Directories: dev-lang/spidermonkey/ X-VCS-Committer: axs X-VCS-Committer-Name: Ian Stakenvicius X-VCS-Revision: 162e8a929b04e5d7f00308afb6616e89c3ae6ed2 X-VCS-Branch: master Date: Fri, 26 Apr 2019 16:59:06 +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: a40257a3-0568-4c94-9127-7ea81bd03873 X-Archives-Hash: 59de6637f817a1661b8f79753cb4ce28 commit: 162e8a929b04e5d7f00308afb6616e89c3ae6ed2 Author: Ian Stakenvicius gentoo org> AuthorDate: Fri Apr 26 13:47:26 2019 +0000 Commit: Ian Stakenvicius gentoo org> CommitDate: Fri Apr 26 16:58:24 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=162e8a92 dev-lang/spidermonkey: use CONFIG_SHELL instead of SHELL Closes: https://bugs.gentoo.org/666732 Signed-off-by: Ian Stakenvicius gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 dev-lang/spidermonkey/spidermonkey-60.5.2_p0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/spidermonkey/spidermonkey-60.5.2_p0-r1.ebuild b/dev-lang/spidermonkey/spidermonkey-60.5.2_p0-r1.ebuild index 9652ecde83f..1cf651bf5db 100644 --- a/dev-lang/spidermonkey/spidermonkey-60.5.2_p0-r1.ebuild +++ b/dev-lang/spidermonkey/spidermonkey-60.5.2_p0-r1.ebuild @@ -79,7 +79,7 @@ src_configure() { $(use_enable jit ion) \ $(use_enable test tests) \ XARGS="/usr/bin/xargs" \ - SHELL="${SHELL:-${EPREFIX}/bin/bash}" \ + CONFIG_SHELL="${SHELL:-${EPREFIX}/bin/bash}" \ CC="${CC}" CXX="${CXX}" LD="${LD}" AR="${AR}" RANLIB="${RANLIB}" }