diff options
author | Patrick Kursawe <phosphan@gentoo.org> | 2009-02-13 11:24:29 +0000 |
---|---|---|
committer | Patrick Kursawe <phosphan@gentoo.org> | 2009-02-13 11:24:29 +0000 |
commit | cf9c96d0154e3fe53a61179aed7ae116af5bd4ef (patch) | |
tree | 1fb71c407b80fb7e2e6b24515cba23ae16b420cf /sci-libs/pgplot/pgplot-5.2.2-r3.ebuild | |
parent | version bump for security bug 258833, reported by Jesse Adelman <jesse AT bol... (diff) | |
download | gentoo-2-cf9c96d0154e3fe53a61179aed7ae116af5bd4ef.tar.gz gentoo-2-cf9c96d0154e3fe53a61179aed7ae116af5bd4ef.tar.bz2 gentoo-2-cf9c96d0154e3fe53a61179aed7ae116af5bd4ef.zip |
Setting VARTEXFONTS (see bug #223077). Removed obsolete revision.
(Portage version: 2.1.6.4/cvs/Linux 2.6.26-gentoo-r4 i686)
Diffstat (limited to 'sci-libs/pgplot/pgplot-5.2.2-r3.ebuild')
-rw-r--r-- | sci-libs/pgplot/pgplot-5.2.2-r3.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sci-libs/pgplot/pgplot-5.2.2-r3.ebuild b/sci-libs/pgplot/pgplot-5.2.2-r3.ebuild index d2d62720f09b..568afc09e1f3 100644 --- a/sci-libs/pgplot/pgplot-5.2.2-r3.ebuild +++ b/sci-libs/pgplot/pgplot-5.2.2-r3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/pgplot/pgplot-5.2.2-r3.ebuild,v 1.2 2008/11/07 12:56:54 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/pgplot/pgplot-5.2.2-r3.ebuild,v 1.3 2009/02/13 11:24:29 phosphan Exp $ inherit eutils toolchain-funcs fortran @@ -93,6 +93,7 @@ src_compile() { || die "emake shared failed" if use doc; then + export VARTEXFONTS="${T}/fonts" emake pgplot.html || die "make pgplot.html failed" emake pgplot-routines.tex || die "make pgplot-routines failed" pdflatex pgplot-routines.tex |