summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2016-09-11 23:58:12 +0200
committerDavid Seifert <soap@gentoo.org>2016-09-11 23:58:31 +0200
commit8070e24f0d096ad0c4df319f87f6550bd4ee7388 (patch)
tree252f8b0c334ad8494ee5dfecad3025ce66e6a824 /sci-mathematics/octave/octave-4.0.2-r2.ebuild
parentwww-apps/novnc: out with the old and jankey (diff)
downloadgentoo-8070e24f0d096ad0c4df319f87f6550bd4ee7388.tar.gz
gentoo-8070e24f0d096ad0c4df319f87f6550bd4ee7388.tar.bz2
gentoo-8070e24f0d096ad0c4df319f87f6550bd4ee7388.zip
sci-mathematics/octave: Remove left-over 'use jit' calls
* https://github.com/gentoo/gentoo/pull/2288 Package-Manager: portage-2.3.0
Diffstat (limited to 'sci-mathematics/octave/octave-4.0.2-r2.ebuild')
-rw-r--r--sci-mathematics/octave/octave-4.0.2-r2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-mathematics/octave/octave-4.0.2-r2.ebuild b/sci-mathematics/octave/octave-4.0.2-r2.ebuild
index 666ac67e20b0..ab22a98cdd98 100644
--- a/sci-mathematics/octave/octave-4.0.2-r2.ebuild
+++ b/sci-mathematics/octave/octave-4.0.2-r2.ebuild
@@ -142,7 +142,7 @@ src_configure() {
src_compile() {
emake
- if use java || use jit ; then
+ if use java; then
pax-mark m "${S}/src/.libs/octave-cli"
fi
}