diff options
author | Andrey Grozin <grozin@gentoo.org> | 2023-01-15 17:09:41 +0700 |
---|---|---|
committer | Andrey Grozin <grozin@gentoo.org> | 2023-01-15 17:10:04 +0700 |
commit | a4ef97585ae44ea3c3dfaae35b7cef78531f7467 (patch) | |
tree | 98333a140f458b28e407a46895cc71097c6d9c03 /sci-mathematics | |
parent | dev-ada/VSS: destabilize 23.0.0 for ~amd64, ~x86 (diff) | |
download | gentoo-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.ebuild | 4 |
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 |