commit: 00f4691c6fe61d3cfd85adfff510c21905dc168c
Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 28 19:37:44 2024 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Sun Jan 28 19:38:06 2024 +0000
URL: https://gitweb.gentoo.org/proj/tex-overlay.git/commit/?id=00f4691c
dev-texlive/texlive-luatex: hprefixify luaotfload-database.lua like the 2021
ebuild does
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
dev-texlive/texlive-luatex/texlive-luatex-2023_p68053.ebuild | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/dev-texlive/texlive-luatex/texlive-luatex-2023_p68053.ebuild
b/dev-texlive/texlive-luatex/texlive-luatex-2023_p68053.ebuild
index d94fef9..4fdcf3c 100644
--- a/dev-texlive/texlive-luatex/texlive-luatex-2023_p68053.ebuild
+++ b/dev-texlive/texlive-luatex/texlive-luatex-2023_p68053.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="8"
@@ -242,7 +242,7 @@ TEXLIVE_MODULE_SRC_CONTENTS="
placeat.source.r45145
texfindpkg.source.r67027
"
-inherit texlive-module
+inherit prefix texlive-module
DESCRIPTION="TeXLive LuaTeX packages"
RESTRICT="mirror"
@@ -261,3 +261,8 @@ TEXLIVE_MODULE_BINSCRIPTS="
TEXLIVE_MODULE_BINLINKS="
luaotfload-tool:mkluatexfontdb
"
+
+src_prepare() {
+ default
+ hprefixify texmf-dist/tex/luatex/luaotfload/luaotfload-database.lua
+}