summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Grozin <grozin@gentoo.org>2008-05-14 17:21:42 +0000
committerAndrey Grozin <grozin@gentoo.org>2008-05-14 17:21:42 +0000
commitc62351b6faa877efae5a9502a93f05ed5b0f4ba5 (patch)
tree5b84cd23ca0aab70c903174a3f452a527a11e5f7 /sci-visualization/pyxplot/pyxplot-0.6.3.1.ebuild
parentSet VARTEXFONTS (bug #221921) (diff)
downloadhistorical-c62351b6faa877efae5a9502a93f05ed5b0f4ba5.tar.gz
historical-c62351b6faa877efae5a9502a93f05ed5b0f4ba5.tar.bz2
historical-c62351b6faa877efae5a9502a93f05ed5b0f4ba5.zip
Set VARTEXFONTS (bug #221921)
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'sci-visualization/pyxplot/pyxplot-0.6.3.1.ebuild')
-rw-r--r--sci-visualization/pyxplot/pyxplot-0.6.3.1.ebuild8
1 files changed, 3 insertions, 5 deletions
diff --git a/sci-visualization/pyxplot/pyxplot-0.6.3.1.ebuild b/sci-visualization/pyxplot/pyxplot-0.6.3.1.ebuild
index aac75658086c..345826fced7f 100644
--- a/sci-visualization/pyxplot/pyxplot-0.6.3.1.ebuild
+++ b/sci-visualization/pyxplot/pyxplot-0.6.3.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/pyxplot/pyxplot-0.6.3.1.ebuild,v 1.3 2008/01/11 20:15:55 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/pyxplot/pyxplot-0.6.3.1.ebuild,v 1.4 2008/05/14 17:21:42 grozin Exp $
inherit eutils python
@@ -58,11 +58,9 @@ src_unpack() {
}
src_compile() {
- # latex...
- addwrite /var/cache/fonts
-
econf || die "econf failed"
- emake -j1 || die "emake failed"
+ # To prevent sandbox violations by metafont
+ VARTEXFONTS="${T}"/fonts emake -j1 || die "emake failed"
}
src_install() {