commit: aac6ecc681f8d615ca4619dec227b14c96764223
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 15 12:50:22 2015 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Thu Oct 15 12:50:39 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aac6ecc6
app-text/active-dvi: export VARTEXFONTS at the beginning of src_compile, bug
#562314.
Package-Manager: portage-2.2.23
app-text/active-dvi/active-dvi-1.10.2-r1.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/app-text/active-dvi/active-dvi-1.10.2-r1.ebuild
b/app-text/active-dvi/active-dvi-1.10.2-r1.ebuild
index 95988ec..85ad12e 100644
--- a/app-text/active-dvi/active-dvi-1.10.2-r1.ebuild
+++ b/app-text/active-dvi/active-dvi-1.10.2-r1.ebuild
@@ -46,9 +46,10 @@ src_configure() {
}
src_compile() {
+ export VARTEXFONTS="${T}/fonts"
emake
cd doc || die
- VARTEXFONTS="${T}/fonts" emake splash.dvi scratch_write_splash.dvi
scratch_draw_splash.dvi
+ emake splash.dvi scratch_write_splash.dvi scratch_draw_splash.dvi
}
src_install() {