commit:     a4ef97585ae44ea3c3dfaae35b7cef78531f7467
Author:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 15 10:09:41 2023 +0000
Commit:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
CommitDate: Sun Jan 15 10:10:04 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4ef9758

sci-mathematics/form: set VARTEXFONTS

Closes: https://bugs.gentoo.org/890921
Signed-off-by: Andrey Grozin <grozin <AT> gentoo.org>

 sci-mathematics/form/form-4.3.0-r1.ebuild | 4 ++--
 1 file 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

Reply via email to