dev-lang/spidermonkey: finish removal of optional JIT support on :52
authorIan Stakenvicius <axs@gentoo.org>
Wed, 25 Jul 2018 17:15:27 +0000 (13:15 -0400)
committerIan Stakenvicius <axs@gentoo.org>
Wed, 25 Jul 2018 17:16:28 +0000 (13:16 -0400)
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

index f1a9493f9fd98e3558e53d1cb1306a034f70c2ae..a0bc863ec2ecfe46bd5d80464333ce54a8af5106 100644 (file)
@@ -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