summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Schmaus <flow@gentoo.org>2024-12-11 09:47:43 +0100
committerFlorian Schmaus <flow@gentoo.org>2024-12-11 09:48:55 +0100
commitfc6fa1660a5171003226988f646fe000e740c1b7 (patch)
tree72231ecad2627b6406c611a27d8d7b4ea58e1b93 /dev-tex/minted
parentdev-tex/minted: build documentation with just build latexminted (diff)
downloadgentoo-fc6fa1660a5171003226988f646fe000e740c1b7.tar.gz
gentoo-fc6fa1660a5171003226988f646fe000e740c1b7.tar.bz2
gentoo-fc6fa1660a5171003226988f646fe000e740c1b7.zip
dev-tex/minted: reduce scope of LATEX_DOC_ARGUMENTS
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'dev-tex/minted')
-rw-r--r--dev-tex/minted/minted-3.4.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-tex/minted/minted-3.4.0.ebuild b/dev-tex/minted/minted-3.4.0.ebuild
index 95f392722a0b..2e59495b4426 100644
--- a/dev-tex/minted/minted-3.4.0.ebuild
+++ b/dev-tex/minted/minted-3.4.0.ebuild
@@ -72,10 +72,10 @@ src_install() {
popd &> /dev/null || die
pushd latex/minted &> /dev/null || die
- local -x LATEX_DOC_ARGUMENTS="-shell-escape"
latex-package_src_doinstall styles fonts bin
if use doc; then
python_setup
+ local -x LATEX_DOC_ARGUMENTS="-shell-escape"
local -x PYTHONPATH="${ED}/usr/lib/${EPYTHON}/site-packages"
local -x PATH="${ED}/usr/lib/python-exec/${EPYTHON}:${PATH}"
latex-package_src_doinstall doc