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
commit493eacdd8342ec5b7e12cd154fb821c705ea41aa (patch)
tree61e42596f12907dc2dd23babb48312bc88f7d574
parentStable on ppc64; bug #221063 (diff)
downloadgentoo-2-493eacdd8342ec5b7e12cd154fb821c705ea41aa.tar.gz
gentoo-2-493eacdd8342ec5b7e12cd154fb821c705ea41aa.tar.bz2
gentoo-2-493eacdd8342ec5b7e12cd154fb821c705ea41aa.zip
Set VARTEXFONTS (bug #221921)
(Portage version: 2.1.4.4)
-rw-r--r--sci-visualization/pyxplot/ChangeLog5
-rw-r--r--sci-visualization/pyxplot/pyxplot-0.6.3.1.ebuild8
2 files changed, 7 insertions, 6 deletions
diff --git a/sci-visualization/pyxplot/ChangeLog b/sci-visualization/pyxplot/ChangeLog
index 3c9241346112..48a9416f2dbf 100644
--- a/sci-visualization/pyxplot/ChangeLog
+++ b/sci-visualization/pyxplot/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-visualization/pyxplot
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/pyxplot/ChangeLog,v 1.7 2008/01/11 19:42:43 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/pyxplot/ChangeLog,v 1.8 2008/05/14 17:21:42 grozin Exp $
+
+ 15 May 2008; Andrey Grozin <grozin@gentoo.org> pyxplot-0.6.3.1.ebuild:
+ Set VARTEXFONTS (bug #221921)
11 Jan 2008; Doug Klima <cardoe@gentoo.org> pyxplot-0.6.3.ebuild,
pyxplot-0.6.3.1.ebuild:
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() {