summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Grozin <grozin@gentoo.org>2008-05-14 17:33:39 +0000
committerAndrey Grozin <grozin@gentoo.org>2008-05-14 17:33:39 +0000
commit6b5ab18c2fa3f026b1161e7b510fae8410094a19 (patch)
treee04320fefc2fb92c7baf7683c2df3f6a8cae7b74 /sci-chemistry/moldy
parentVersion bumped, bug #216983. (diff)
downloadgentoo-2-6b5ab18c2fa3f026b1161e7b510fae8410094a19.tar.gz
gentoo-2-6b5ab18c2fa3f026b1161e7b510fae8410094a19.tar.bz2
gentoo-2-6b5ab18c2fa3f026b1161e7b510fae8410094a19.zip
Set VARTEXFONTS (bug #221921)
(Portage version: 2.1.4.4)
Diffstat (limited to 'sci-chemistry/moldy')
-rw-r--r--sci-chemistry/moldy/ChangeLog5
-rw-r--r--sci-chemistry/moldy/moldy-2.16e.ebuild7
2 files changed, 7 insertions, 5 deletions
diff --git a/sci-chemistry/moldy/ChangeLog b/sci-chemistry/moldy/ChangeLog
index c748ad5ef72e..68e686e3974a 100644
--- a/sci-chemistry/moldy/ChangeLog
+++ b/sci-chemistry/moldy/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-chemistry/moldy
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/moldy/ChangeLog,v 1.12 2008/01/31 19:58:00 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/moldy/ChangeLog,v 1.13 2008/05/14 17:33:39 grozin Exp $
+
+ 15 May 2008; Andrey Grozin <grozin@gentoo.org> moldy-2.16e.ebuild:
+ Set VARTEXFONTS (bug #221921)
31 Jan 2008; Fabian Groffen <grobian@gentoo.org> moldy-2.16e.ebuild:
Dropped ppc-macos keyword, see you in prefix
diff --git a/sci-chemistry/moldy/moldy-2.16e.ebuild b/sci-chemistry/moldy/moldy-2.16e.ebuild
index 6799a3aece53..a35617be34d2 100644
--- a/sci-chemistry/moldy/moldy-2.16e.ebuild
+++ b/sci-chemistry/moldy/moldy-2.16e.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-chemistry/moldy/moldy-2.16e.ebuild,v 1.7 2008/01/31 19:58:00 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/moldy/moldy-2.16e.ebuild,v 1.8 2008/05/14 17:33:39 grozin Exp $
IUSE=""
@@ -17,8 +17,6 @@ KEYWORDS="x86"
DEPEND="virtual/libc
virtual/tetex"
-addwrite /var/cache/fonts
-
src_compile() {
#Individuals may want to edit the OPT* variables below.
#From the READ.ME:
@@ -37,7 +35,8 @@ src_compile() {
|| die
emake || die
- make moldy.pdf || die
+ # To prevent sandbox violations by metafont
+ VARTEXFONTS="${T}"/fonts make moldy.pdf || die
}
src_install() {