summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2015-10-15 14:50:22 +0200
committerAlexis Ballier <aballier@gentoo.org>2015-10-15 14:50:39 +0200
commitaac6ecc681f8d615ca4619dec227b14c96764223 (patch)
tree2b6d764b7224b5f5014fe874d62eaea58735b1d4 /app-text
parentdev-python/hacking: Keyword under ALLARCHES policy (diff)
downloadgentoo-aac6ecc681f8d615ca4619dec227b14c96764223.tar.gz
gentoo-aac6ecc681f8d615ca4619dec227b14c96764223.tar.bz2
gentoo-aac6ecc681f8d615ca4619dec227b14c96764223.zip
app-text/active-dvi: export VARTEXFONTS at the beginning of src_compile, bug #562314.
Package-Manager: portage-2.2.23
Diffstat (limited to 'app-text')
-rw-r--r--app-text/active-dvi/active-dvi-1.10.2-r1.ebuild3
1 files changed, 2 insertions, 1 deletions
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 95988ec20122..85ad12e3d6ee 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() {