summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Schmaus <flow@gentoo.org>2024-02-28 10:27:53 +0100
committerFlorian Schmaus <flow@gentoo.org>2024-02-28 10:27:53 +0100
commit021fe164648821547385281d0bb976b78e842c99 (patch)
tree0306368ce60bc4753b65f414b15c92dc5ab971df
parentdev-texlive/texlive-binextra: add keepdir (diff)
downloadtex-overlay-021fe164648821547385281d0bb976b78e842c99.tar.gz
tex-overlay-021fe164648821547385281d0bb976b78e842c99.tar.bz2
tex-overlay-021fe164648821547385281d0bb976b78e842c99.zip
dev-texlive/texlive-humanities: compile opbible
Closes: https://bugs.gentoo.org/924838 Signed-off-by: Florian Schmaus <flow@gentoo.org>
-rw-r--r--dev-texlive/texlive-humanities/texlive-humanities-2023_p68465.ebuild7
1 files changed, 6 insertions, 1 deletions
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
+}