summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Grozin <grozin@gentoo.org>2008-05-14 17:13:39 +0000
committerAndrey Grozin <grozin@gentoo.org>2008-05-14 17:13:39 +0000
commit9f7a9b431e8465e18982a358d3e50d68b1e9ad8c (patch)
tree6b6d563cb6cc45e8dc4bdb9f679d3daa5ec1f9ec /sci-mathematics/pari
parentStable on ppc64; bug #221063 (diff)
downloadgentoo-2-9f7a9b431e8465e18982a358d3e50d68b1e9ad8c.tar.gz
gentoo-2-9f7a9b431e8465e18982a358d3e50d68b1e9ad8c.tar.bz2
gentoo-2-9f7a9b431e8465e18982a358d3e50d68b1e9ad8c.zip
Set VARTEXFONTS (bug #221921)
(Portage version: 2.1.4.4)
Diffstat (limited to 'sci-mathematics/pari')
-rw-r--r--sci-mathematics/pari/ChangeLog5
-rw-r--r--sci-mathematics/pari/pari-2.3.3.ebuild6
2 files changed, 8 insertions, 3 deletions
diff --git a/sci-mathematics/pari/ChangeLog b/sci-mathematics/pari/ChangeLog
index 2aec28588630..34885c129895 100644
--- a/sci-mathematics/pari/ChangeLog
+++ b/sci-mathematics/pari/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-mathematics/pari
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/ChangeLog,v 1.60 2008/05/13 01:44:37 markusle Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/ChangeLog,v 1.61 2008/05/14 17:13:39 grozin Exp $
+
+ 15 May 2008; Andrey Grozin <grozin@gentoo.org> pari-2.3.3.ebuild:
+ Set VARTEXFONTS (bug #221921)
13 May 2008; Markus Dittrich <markusle@gentoo.org>
+files/pari-2.3.3-alglin.patch, pari-2.3.3.ebuild:
diff --git a/sci-mathematics/pari/pari-2.3.3.ebuild b/sci-mathematics/pari/pari-2.3.3.ebuild
index 4d2e5b421208..d29afdd39152 100644
--- a/sci-mathematics/pari/pari-2.3.3.ebuild
+++ b/sci-mathematics/pari/pari-2.3.3.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-mathematics/pari/pari-2.3.3.ebuild,v 1.3 2008/05/13 05:10:33 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/pari-2.3.3.ebuild,v 1.4 2008/05/14 17:13:39 grozin Exp $
inherit elisp-common eutils flag-o-matic multilib toolchain-funcs
@@ -92,7 +92,9 @@ src_compile() {
if use doc; then
cd "${S}"
- emake docpdf || die "Failed to generate docs"
+ # To prevent sandbox violations by metafont
+ VARTEXFONTS="${T}"/fonts emake docpdf \
+ || die "Failed to generate docs"
fi
if use emacs; then