diff options
author | Alexis Ballier <aballier@gentoo.org> | 2010-04-06 11:55:18 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2010-04-06 11:55:18 +0000 |
commit | 3e0222ed08acf6aac14f7306014302fba7adfc69 (patch) | |
tree | 3279e0b5c104d2af20aa023e297c6dbd0d469471 /dev-util/coccinelle | |
parent | New ebuild x11-misc/tintwizard, bug 310677. (diff) | |
download | gentoo-2-3e0222ed08acf6aac14f7306014302fba7adfc69.tar.gz gentoo-2-3e0222ed08acf6aac14f7306014302fba7adfc69.tar.bz2 gentoo-2-3e0222ed08acf6aac14f7306014302fba7adfc69.zip |
set VARTEXFONTS to avoid sandbox violations, bug #312343
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/coccinelle')
-rw-r--r-- | dev-util/coccinelle/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/coccinelle/coccinelle-0.2.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/coccinelle/ChangeLog b/dev-util/coccinelle/ChangeLog index 7d4df8544cfc..10574640d215 100644 --- a/dev-util/coccinelle/ChangeLog +++ b/dev-util/coccinelle/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/coccinelle # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/coccinelle/ChangeLog,v 1.2 2010/02/01 10:30:23 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/coccinelle/ChangeLog,v 1.3 2010/04/06 11:55:18 aballier Exp $ + + 06 Apr 2010; Alexis Ballier <aballier@gentoo.org> coccinelle-0.2.1.ebuild: + set VARTEXFONTS to avoid sandbox violations, bug #312343 *coccinelle-0.2.1 (01 Feb 2010) diff --git a/dev-util/coccinelle/coccinelle-0.2.1.ebuild b/dev-util/coccinelle/coccinelle-0.2.1.ebuild index 504709f7a4bb..6e00aa589bc5 100644 --- a/dev-util/coccinelle/coccinelle-0.2.1.ebuild +++ b/dev-util/coccinelle/coccinelle-0.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/coccinelle/coccinelle-0.2.1.ebuild,v 1.1 2010/02/01 10:30:23 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/coccinelle/coccinelle-0.2.1.ebuild,v 1.2 2010/04/06 11:55:18 aballier Exp $ EAPI="2" @@ -37,7 +37,7 @@ src_compile() { emake depend || die emake || die if use doc ; then - emake docs || die + VARTEXFONTS="${T}"/fonts emake docs || die fi if use ocamlopt ; then emake opt || die |