diff options
author | 2009-02-12 11:55:30 +0000 | |
---|---|---|
committer | 2009-02-12 11:55:30 +0000 | |
commit | 51854e145a0e5d76d73f2b39f977ffba6bcb7c6b (patch) | |
tree | accd39297914b45ca68fd1a698c6a1de5b8c578a /dev-python/enthoughtbase | |
parent | Version bump (diff) | |
download | gentoo-2-51854e145a0e5d76d73f2b39f977ffba6bcb7c6b.tar.gz gentoo-2-51854e145a0e5d76d73f2b39f977ffba6bcb7c6b.tar.bz2 gentoo-2-51854e145a0e5d76d73f2b39f977ffba6bcb7c6b.zip |
Export fonts cache locally to avoid sandbox failures, closing bug #258649
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/enthoughtbase')
-rw-r--r-- | dev-python/enthoughtbase/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/enthoughtbase/enthoughtbase-3.0.1.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/dev-python/enthoughtbase/ChangeLog b/dev-python/enthoughtbase/ChangeLog index fdf128e5d0e3..6008defcd685 100644 --- a/dev-python/enthoughtbase/ChangeLog +++ b/dev-python/enthoughtbase/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/enthoughtbase # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/enthoughtbase/ChangeLog,v 1.1 2009/01/15 09:35:31 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/enthoughtbase/ChangeLog,v 1.2 2009/02/12 11:55:30 bicatali Exp $ + + 12 Feb 2009; Sébastien Fabbro <bicatali@gentoo.org> ChangeLog: + Export fonts cache locally to avoid sandbox failures, closing bug #258649 *enthoughtbase-3.0.1 (15 Jan 2009) diff --git a/dev-python/enthoughtbase/enthoughtbase-3.0.1.ebuild b/dev-python/enthoughtbase/enthoughtbase-3.0.1.ebuild index f3199c474a76..12c592d7d2cc 100644 --- a/dev-python/enthoughtbase/enthoughtbase-3.0.1.ebuild +++ b/dev-python/enthoughtbase/enthoughtbase-3.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/enthoughtbase/enthoughtbase-3.0.1.ebuild,v 1.1 2009/01/15 09:35:31 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/enthoughtbase/enthoughtbase-3.0.1.ebuild,v 1.2 2009/02/12 11:55:30 bicatali Exp $ EAPI=2 inherit distutils @@ -32,6 +32,7 @@ src_prepare() { src_compile() { distutils_src_compile if use doc; then + export VARTEXFONTS="${T}/fonts" ${python} setup.py build_docs --formats=html,pdf \ || die "doc building failed" fi |