diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-02-02 09:07:28 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-02-02 09:07:37 +0100 |
commit | bddcf1c4a7f3e7ff2a3345c5f8f3a4456d1008a0 (patch) | |
tree | e0c8f4b12d3114f6b70f58e91d0eaf04b7828381 /app-text | |
parent | net-wireless/hostapd: remove vulnerable wrt bug #596034 (diff) | |
download | gentoo-bddcf1c4a7f3e7ff2a3345c5f8f3a4456d1008a0.tar.gz gentoo-bddcf1c4a7f3e7ff2a3345c5f8f3a4456d1008a0.tar.bz2 gentoo-bddcf1c4a7f3e7ff2a3345c5f8f3a4456d1008a0.zip |
app-text/texlive-core: disable mfluajit with luajittex too, bug #554376 by Francois Bissey.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/texlive-core/texlive-core-2016-r1.ebuild (renamed from app-text/texlive-core/texlive-core-2016.ebuild) | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app-text/texlive-core/texlive-core-2016.ebuild b/app-text/texlive-core/texlive-core-2016-r1.ebuild index 4210fb92097a..0a817473e342 100644 --- a/app-text/texlive-core/texlive-core-2016.ebuild +++ b/app-text/texlive-core/texlive-core-2016-r1.ebuild @@ -235,6 +235,7 @@ src_configure() { --disable-native-texlive-build \ --disable-largefile \ $(use_enable luajittex) \ + $(use_enable luajittex mfluajit) \ $(use_enable xetex) \ $(use_enable cjk ptex) \ $(use_enable cjk eptex) \ |