diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2011-11-18 14:23:03 +0000 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2011-11-18 14:23:03 +0000 |
commit | de48a0bb4ae960835e2b93a5df795e04f445849f (patch) | |
tree | e24ecf81cf04701cdd8070618095de2e3e8e3fbb /eclass/gnustep-base.eclass | |
parent | Change udev dependencies in a way current stable is also supported wrt #39090... (diff) | |
download | historical-de48a0bb4ae960835e2b93a5df795e04f445849f.tar.gz historical-de48a0bb4ae960835e2b93a5df795e04f445849f.tar.bz2 historical-de48a0bb4ae960835e2b93a5df795e04f445849f.zip |
Set VARTEXFONTS for doc generation, fix sandbox access violation on /var/cache/fonts
Diffstat (limited to 'eclass/gnustep-base.eclass')
-rw-r--r-- | eclass/gnustep-base.eclass | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/eclass/gnustep-base.eclass b/eclass/gnustep-base.eclass index 8d8629b06994..ba5fca20c1dc 100644 --- a/eclass/gnustep-base.eclass +++ b/eclass/gnustep-base.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/gnustep-base.eclass,v 1.20 2011/11/08 12:16:29 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gnustep-base.eclass,v 1.21 2011/11/18 14:23:03 voyageur Exp $ # @ECLASS: gnustep-base.eclass # @MAINTAINER: @@ -150,6 +150,9 @@ egnustep_env() { TAR_OPTIONS="${TAR_OPTIONS} --no-same-owner" \ messages=yes ) + use doc \ + && GS_ENV=( "${GS_ENV[@]}" VARTEXFONTS="${T}"/fonts ) + use debug \ && GS_ENV=( "${GS_ENV[@]}" "debug=yes" ) \ || GS_ENV=( "${GS_ENV[@]}" "debug=no" ) |