diff options
author | Patrick Kursawe <phosphan@gentoo.org> | 2003-10-27 10:03:22 +0000 |
---|---|---|
committer | Patrick Kursawe <phosphan@gentoo.org> | 2003-10-27 10:03:22 +0000 |
commit | c5c8690d69478b9805dc9933db78a721eb86661d (patch) | |
tree | b382157994e265c29d27b4007d03854160516193 /app-sci | |
parent | Bump to stable (diff) | |
download | gentoo-2-c5c8690d69478b9805dc9933db78a721eb86661d.tar.gz gentoo-2-c5c8690d69478b9805dc9933db78a721eb86661d.tar.bz2 gentoo-2-c5c8690d69478b9805dc9933db78a721eb86661d.zip |
Fixing sandbox issue from bug 20657
Diffstat (limited to 'app-sci')
-rw-r--r-- | app-sci/moldy/ChangeLog | 5 | ||||
-rw-r--r-- | app-sci/moldy/Manifest | 4 | ||||
-rw-r--r-- | app-sci/moldy/moldy-2.16e.ebuild | 4 |
3 files changed, 9 insertions, 4 deletions
diff --git a/app-sci/moldy/ChangeLog b/app-sci/moldy/ChangeLog index 0f33ed41b929..909007d5e3b5 100644 --- a/app-sci/moldy/ChangeLog +++ b/app-sci/moldy/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-sci/moldy # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/moldy/ChangeLog,v 1.4 2003/10/05 00:44:16 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/moldy/ChangeLog,v 1.5 2003/10/27 10:03:16 phosphan Exp $ + + 27 Oct 2003; Patrick Kursawe <phosphan@gentoo.org> moldy-2.16e.ebuild: + Fixing sandbox issue from bug 20657 04 Oct 2003; Donnie Berkholz <spyderous@gentoo.org>; moldy-2.16e.ebuild: Adding what appears to be a non-optional tetex dependency. However there are diff --git a/app-sci/moldy/Manifest b/app-sci/moldy/Manifest index b370f6496ad7..115121d8ad46 100644 --- a/app-sci/moldy/Manifest +++ b/app-sci/moldy/Manifest @@ -1,4 +1,4 @@ -MD5 94aea7631e31e8bf2fbdfebca684729a ChangeLog 867 +MD5 c430e89fc63d509f51e4200f63851172 moldy-2.16e.ebuild 1678 +MD5 a0062139deecf09eabb1040cf25bfdde ChangeLog 978 MD5 af1bfbb0777267a03e889b08173f2757 metadata.xml 248 -MD5 a399ef4390329dfebef4dbb86236c28f moldy-2.16e.ebuild 1651 MD5 073b906dd873064f8f0f5bab474fda43 files/digest-moldy-2.16e 63 diff --git a/app-sci/moldy/moldy-2.16e.ebuild b/app-sci/moldy/moldy-2.16e.ebuild index a5e3647dbc3a..845084329b10 100644 --- a/app-sci/moldy/moldy-2.16e.ebuild +++ b/app-sci/moldy/moldy-2.16e.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/moldy/moldy-2.16e.ebuild,v 1.9 2003/10/05 00:44:16 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/moldy/moldy-2.16e.ebuild,v 1.10 2003/10/27 10:03:16 phosphan Exp $ IUSE="X" @@ -18,6 +18,8 @@ DEPEND="virtual/glibc app-text/tetex X? ( x11-base/xfree )" +addwrite /var/cache/fonts + src_compile() { local myconf |