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 3079A138334 for ; Wed, 25 Jul 2018 17:16:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2E26BE0848; Wed, 25 Jul 2018 17:16:38 +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 EFDA7E0848 for ; Wed, 25 Jul 2018 17:16:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 C9AF8335C8D for ; Wed, 25 Jul 2018 17:16:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B610537A for ; Wed, 25 Jul 2018 17:16:34 +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: <1532538988.513d084c9f08f6636e599068e65585d6d11e3feb.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-52.9.1_pre1.ebuild X-VCS-Directories: dev-lang/spidermonkey/ X-VCS-Committer: axs X-VCS-Committer-Name: Ian Stakenvicius X-VCS-Revision: 513d084c9f08f6636e599068e65585d6d11e3feb X-VCS-Branch: master Date: Wed, 25 Jul 2018 17:16:34 +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-Archives-Salt: c7b47cce-c804-425d-aa85-117501abca3b X-Archives-Hash: 53c96d9868588f53280608b5a0b9a13c commit: 513d084c9f08f6636e599068e65585d6d11e3feb Author: Ian Stakenvicius gentoo org> AuthorDate: Wed Jul 25 17:15:27 2018 +0000 Commit: Ian Stakenvicius gentoo org> CommitDate: Wed Jul 25 17:16:28 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=513d084c dev-lang/spidermonkey: finish removal of optional JIT support on :52 Previous commit was dirty with a partial removal of IUSE=jit, this commit finishes the job. Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-lang/spidermonkey/spidermonkey-52.9.1_pre1.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dev-lang/spidermonkey/spidermonkey-52.9.1_pre1.ebuild b/dev-lang/spidermonkey/spidermonkey-52.9.1_pre1.ebuild index f1a9493f9fd..a0bc863ec2e 100644 --- a/dev-lang/spidermonkey/spidermonkey-52.9.1_pre1.ebuild +++ b/dev-lang/spidermonkey/spidermonkey-52.9.1_pre1.ebuild @@ -136,9 +136,7 @@ src_install() { emake DESTDIR="${D}" install if ! use minimal; then - if use jit; then - pax-mark m "${ED}"usr/bin/js${SLOT} - fi + pax-mark m "${ED}"usr/bin/js${SLOT} else rm -f "${ED}"usr/bin/js${SLOT} fi