Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/texlive-core/
Date: Thu, 02 Feb 2017 08:07:46
Message-Id: 1486022857.bddcf1c4a7f3e7ff2a3345c5f8f3a4456d1008a0.aballier@gentoo
1 commit: bddcf1c4a7f3e7ff2a3345c5f8f3a4456d1008a0
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 2 08:07:28 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 2 08:07:37 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bddcf1c4
7
8 app-text/texlive-core: disable mfluajit with luajittex too, bug #554376 by Francois Bissey.
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 .../{texlive-core-2016.ebuild => texlive-core-2016-r1.ebuild} | 1 +
13 1 file changed, 1 insertion(+)
14
15 diff --git a/app-text/texlive-core/texlive-core-2016.ebuild b/app-text/texlive-core/texlive-core-2016-r1.ebuild
16 similarity index 99%
17 rename from app-text/texlive-core/texlive-core-2016.ebuild
18 rename to app-text/texlive-core/texlive-core-2016-r1.ebuild
19 index 4210fb9..0a81747 100644
20 --- a/app-text/texlive-core/texlive-core-2016.ebuild
21 +++ b/app-text/texlive-core/texlive-core-2016-r1.ebuild
22 @@ -235,6 +235,7 @@ src_configure() {
23 --disable-native-texlive-build \
24 --disable-largefile \
25 $(use_enable luajittex) \
26 + $(use_enable luajittex mfluajit) \
27 $(use_enable xetex) \
28 $(use_enable cjk ptex) \
29 $(use_enable cjk eptex) \