diff options
author | 2008-05-14 17:33:39 +0000 | |
---|---|---|
committer | 2008-05-14 17:33:39 +0000 | |
commit | 6b5ab18c2fa3f026b1161e7b510fae8410094a19 (patch) | |
tree | e04320fefc2fb92c7baf7683c2df3f6a8cae7b74 /sci-chemistry/moldy/moldy-2.16e.ebuild | |
parent | Version bumped, bug #216983. (diff) | |
download | gentoo-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/moldy-2.16e.ebuild')
-rw-r--r-- | sci-chemistry/moldy/moldy-2.16e.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
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() { |