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: Thu, 30 May 2019 19:12:14
Message-Id: 1559243524.4ff6eaf5fc1979377e6248aaaff650486868a5f9.zlogene@gentoo
1 commit: 4ff6eaf5fc1979377e6248aaaff650486868a5f9
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 30 19:11:33 2019 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Thu May 30 19:12:04 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ff6eaf5
7
8 app-text/texlive-core: fix ptexenc automagic
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11 Package-Manager: Portage-2.3.66, Repoman-2.3.11
12
13 app-text/texlive-core/texlive-core-2019.ebuild | 1 +
14 1 file changed, 1 insertion(+)
15
16 diff --git a/app-text/texlive-core/texlive-core-2019.ebuild b/app-text/texlive-core/texlive-core-2019.ebuild
17 index 396c7269f51..33c6995ada0 100644
18 --- a/app-text/texlive-core/texlive-core-2019.ebuild
19 +++ b/app-text/texlive-core/texlive-core-2019.ebuild
20 @@ -223,6 +223,7 @@ src_configure() {
21 $(use_enable luajittex) \
22 $(use_enable luajittex mfluajit) \
23 $(use_enable xetex) \
24 + $(use_enable cjk dviout-util) \
25 $(use_enable cjk ptex) \
26 $(use_enable cjk eptex) \
27 $(use_enable cjk uptex) \