commit: 021fe164648821547385281d0bb976b78e842c99 Author: Florian Schmaus <flow <AT> gentoo <DOT> org> AuthorDate: Wed Feb 28 09:27:53 2024 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org> CommitDate: Wed Feb 28 09:27:53 2024 +0000 URL: https://gitweb.gentoo.org/proj/tex-overlay.git/commit/?id=021fe164
dev-texlive/texlive-humanities: compile opbible Closes: https://bugs.gentoo.org/924838 Signed-off-by: Florian Schmaus <flow <AT> gentoo.org> .../texlive-humanities/texlive-humanities-2023_p68465.ebuild | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/dev-texlive/texlive-humanities/texlive-humanities-2023_p68465.ebuild b/dev-texlive/texlive-humanities/texlive-humanities-2023_p68465.ebuild index 52c0599..57857b8 100644 --- a/dev-texlive/texlive-humanities/texlive-humanities-2023_p68465.ebuild +++ b/dev-texlive/texlive-humanities/texlive-humanities-2023_p68465.ebuild @@ -156,6 +156,7 @@ SLOT="0" KEYWORDS="~amd64 ~arm64 ~ppc ~riscv ~x86" COMMON_DEPEND=" >=dev-texlive/texlive-latex-2023 + app-text/sword " RDEPEND=" ${COMMON_DEPEND} @@ -168,4 +169,8 @@ TEXLIVE_MODULE_BINSCRIPTS=" texmf-dist/scripts/diadia/diadia.lua " -QA_FLAGS_IGNORED="usr/share/texmf-dist/doc/luatex/opbible/txs-gen/mod2tex" +src_compile() { + emake -C texmf-dist/doc/luatex/opbible/txs-gen + + texlive-module_src_compile +}
