summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Grozin <grozin@gentoo.org>2023-01-15 17:09:41 +0700
committerAndrey Grozin <grozin@gentoo.org>2023-01-15 17:10:04 +0700
commita4ef97585ae44ea3c3dfaae35b7cef78531f7467 (patch)
tree98333a140f458b28e407a46895cc71097c6d9c03 /sci-mathematics
parentdev-ada/VSS: destabilize 23.0.0 for ~amd64, ~x86 (diff)
downloadgentoo-a4ef97585ae44ea3c3dfaae35b7cef78531f7467.tar.gz
gentoo-a4ef97585ae44ea3c3dfaae35b7cef78531f7467.tar.bz2
gentoo-a4ef97585ae44ea3c3dfaae35b7cef78531f7467.zip
sci-mathematics/form: set VARTEXFONTS
Closes: https://bugs.gentoo.org/890921 Signed-off-by: Andrey Grozin <grozin@gentoo.org>
Diffstat (limited to 'sci-mathematics')
-rw-r--r--sci-mathematics/form/form-4.3.0-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-mathematics/form/form-4.3.0-r1.ebuild b/sci-mathematics/form/form-4.3.0-r1.ebuild
index 3f5c5991d1f9..abdbf0481b5f 100644
--- a/sci-mathematics/form/form-4.3.0-r1.ebuild
+++ b/sci-mathematics/form/form-4.3.0-r1.ebuild
@@ -55,12 +55,12 @@ src_compile() {
default
if use devref; then
pushd doc/devref > /dev/null || die "doc/devref does not exist"
- LANG=C emake pdf
+ LANG=C VARTEXFONTS="${T}/fonts" emake pdf
popd > /dev/null
fi
if use doc; then
pushd doc/manual > /dev/null || die "doc/manual does not exist"
- LANG=C emake pdf
+ LANG=C VARTEXFONTS="${T}/fonts" emake pdf
popd > /dev/null
fi
if use doxygen; then