summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2007-11-18 23:14:55 +0000
committerAlexis Ballier <aballier@gentoo.org>2007-11-18 23:14:55 +0000
commit05c3d527655e416fb335638d5cd857aac46db7ea (patch)
tree11a9b83d6fe7619ded3a88b20ae9c1ab572e4b32 /dev-tex/envlab/envlab-1.2.ebuild
parentrevbump(s). don't install windows executables, bug 198021. updated patchset t... (diff)
downloadhistorical-05c3d527655e416fb335638d5cd857aac46db7ea.tar.gz
historical-05c3d527655e416fb335638d5cd857aac46db7ea.tar.bz2
historical-05c3d527655e416fb335638d5cd857aac46db7ea.zip
run pdflatex twice to get cross references right, bug #199045; export VARTEXFONTS to be in the sandbox so we dont need the addwrite hack
Package-Manager: portage-2.1.3.19
Diffstat (limited to 'dev-tex/envlab/envlab-1.2.ebuild')
-rw-r--r--dev-tex/envlab/envlab-1.2.ebuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/dev-tex/envlab/envlab-1.2.ebuild b/dev-tex/envlab/envlab-1.2.ebuild
index a3c82321cb72..8047e8740334 100644
--- a/dev-tex/envlab/envlab-1.2.ebuild
+++ b/dev-tex/envlab/envlab-1.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/envlab/envlab-1.2.ebuild,v 1.7 2004/12/28 20:41:22 absinthe Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/envlab/envlab-1.2.ebuild,v 1.8 2007/11/18 23:14:55 aballier Exp $
inherit latex-package
@@ -17,10 +17,12 @@ KEYWORDS="x86 amd64 ~sparc"
IUSE=""
src_compile() {
- addwrite /var/cache/fonts/
+ export VARTEXFONTS="${T}/fonts"
ebegin "Compiling ${PN}"
latex envlab.ins || die
pdflatex elguide.tex || die
+ pdflatex elguide.tex || die
+ pdflatex envlab.drv || die
pdflatex envlab.drv || die
eend
}