Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/texlive-core/
Date: Sun, 31 May 2020 13:15:53
Message-Id: 1590930923.40688e180be0921da234bf26f13ae9ebf606c6b9.zlogene@gentoo
1 commit: 40688e180be0921da234bf26f13ae9ebf606c6b9
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 31 13:15:23 2020 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sun May 31 13:15:23 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40688e18
7
8 app-text/texlive-core: make luajithbtex optional
9
10 Closes: https://bugs.gentoo.org/726354
11 Package-Manager: Portage-2.3.99, Repoman-2.3.22
12 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
13
14 app-text/texlive-core/texlive-core-2020-r4.ebuild | 1 +
15 1 file changed, 1 insertion(+)
16
17 diff --git a/app-text/texlive-core/texlive-core-2020-r4.ebuild b/app-text/texlive-core/texlive-core-2020-r4.ebuild
18 index d791d0185e6..52124ce5075 100644
19 --- a/app-text/texlive-core/texlive-core-2020-r4.ebuild
20 +++ b/app-text/texlive-core/texlive-core-2020-r4.ebuild
21 @@ -243,6 +243,7 @@ src_configure() {
22 --disable-build-in-source-tree \
23 --with-banner-add=" Gentoo Linux" \
24 $(use_enable luajittex) \
25 + $(use_enable luajittex luajithbtex) \
26 $(use_enable luajittex mfluajit) \
27 $(use_enable xetex) \
28 $(use_enable cjk dviout-util) \