commit: 5ae9f04be315de9bb4080de1d102105020705e93 Author: Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net> AuthorDate: Mon Mar 8 14:09:23 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Mar 9 09:44:27 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ae9f04b
net-misc/unison: export VARTEXFONTS Closes: https://github.com/gentoo/gentoo/pull/19830 Closes: https://bugs.gentoo.org/773487 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net> Signed-off-by: Sam James <sam <AT> gentoo.org> net-misc/unison/unison-2.51.3_p20201127.ebuild | 2 +- net-misc/unison/unison-2.51.4_rc1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-misc/unison/unison-2.51.3_p20201127.ebuild b/net-misc/unison/unison-2.51.3_p20201127.ebuild index a0420d55da8..f63e304f3ab 100644 --- a/net-misc/unison/unison-2.51.3_p20201127.ebuild +++ b/net-misc/unison/unison-2.51.3_p20201127.ebuild @@ -58,7 +58,7 @@ src_compile() { use ocamlopt || myconf="$myconf NATIVE=false" if use doc; then - emake $myconf CFLAGS="" HEVEA=false docs + VARTEXFONTS="${T}/fonts" emake $myconf CFLAGS="" HEVEA=false docs fi # Discard cflags as it will try to pass them to ocamlc... diff --git a/net-misc/unison/unison-2.51.4_rc1.ebuild b/net-misc/unison/unison-2.51.4_rc1.ebuild index f3d1aab98d7..7ce1abe5eab 100644 --- a/net-misc/unison/unison-2.51.4_rc1.ebuild +++ b/net-misc/unison/unison-2.51.4_rc1.ebuild @@ -55,7 +55,7 @@ src_compile() { use ocamlopt || myconf="$myconf NATIVE=false" if use doc; then - emake $myconf CFLAGS="" HEVEA=false docs + VARTEXFONTS="${T}/fonts" emake $myconf CFLAGS="" HEVEA=false docs fi # Discard cflags as it will try to pass them to ocamlc...
