Gentoo Archives: gentoo-commits

From: Ian Stakenvicius <axs@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/spidermonkey/
Date: Wed, 25 Jul 2018 17:16:39
Message-Id: 1532538988.513d084c9f08f6636e599068e65585d6d11e3feb.axs@gentoo
1 commit: 513d084c9f08f6636e599068e65585d6d11e3feb
2 Author: Ian Stakenvicius <axs <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jul 25 17:15:27 2018 +0000
4 Commit: Ian Stakenvicius <axs <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 25 17:16:28 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=513d084c
7
8 dev-lang/spidermonkey: finish removal of optional JIT support on :52
9
10 Previous commit was dirty with a partial removal of IUSE=jit, this
11 commit finishes the job.
12
13 Package-Manager: Portage-2.3.40, Repoman-2.3.9
14
15 dev-lang/spidermonkey/spidermonkey-52.9.1_pre1.ebuild | 4 +---
16 1 file changed, 1 insertion(+), 3 deletions(-)
17
18 diff --git a/dev-lang/spidermonkey/spidermonkey-52.9.1_pre1.ebuild b/dev-lang/spidermonkey/spidermonkey-52.9.1_pre1.ebuild
19 index f1a9493f9fd..a0bc863ec2e 100644
20 --- a/dev-lang/spidermonkey/spidermonkey-52.9.1_pre1.ebuild
21 +++ b/dev-lang/spidermonkey/spidermonkey-52.9.1_pre1.ebuild
22 @@ -136,9 +136,7 @@ src_install() {
23 emake DESTDIR="${D}" install
24
25 if ! use minimal; then
26 - if use jit; then
27 - pax-mark m "${ED}"usr/bin/js${SLOT}
28 - fi
29 + pax-mark m "${ED}"usr/bin/js${SLOT}
30 else
31 rm -f "${ED}"usr/bin/js${SLOT}
32 fi