mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-texlive/texlive-context: set TEXLIVE_MODULE_OPTIONAL_ENGINE=luajittex
Closes: https://bugs.gentoo.org/928122 Signed-off-by: Florian Schmaus <flow@gentoo.org>
This commit is contained in:
@@ -13,4 +13,7 @@
|
||||
Hans Hagen's powerful ConTeXt system, http://pragma-ade.com.
|
||||
Also includes third-party ConTeXt packages.
|
||||
</longdescription>
|
||||
<use>
|
||||
<flag name="luajittex">Add support for LuaJitTeX: LuaTeX based on LuaJIT which is usually faster.</flag>
|
||||
</use>
|
||||
</pkgmetadata>
|
||||
|
||||
@@ -53,6 +53,8 @@ TEXLIVE_MODULE_SRC_CONTENTS="
|
||||
context-visualcounter.source.r47085
|
||||
"
|
||||
|
||||
TEXLIVE_MODULE_OPTIONAL_ENGINE="luajittex"
|
||||
|
||||
inherit texlive-module
|
||||
|
||||
DESCRIPTION="TeXLive ConTeXt and packages"
|
||||
@@ -69,7 +71,7 @@ RDEPEND="
|
||||
"
|
||||
DEPEND="
|
||||
${COMMON_DEPEND}
|
||||
>=app-text/texlive-core-2023[xetex]
|
||||
>=app-text/texlive-core-2023[xetex,luajittex?]
|
||||
"
|
||||
|
||||
src_prepare() {
|
||||
Reference in New Issue
Block a user