summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2009-05-12 10:41:03 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2009-05-12 10:41:03 +0000
commit2f62fda9c16f050b2550b733f9155a2e6827480d (patch)
treea5c741077d38fc2db21be92aace1790e2a561fb9 /eclass/qt4.eclass
parentMinor fix on eclass (diff)
downloadhistorical-2f62fda9c16f050b2550b733f9155a2e6827480d.tar.gz
historical-2f62fda9c16f050b2550b733f9155a2e6827480d.tar.bz2
historical-2f62fda9c16f050b2550b733f9155a2e6827480d.zip
Use export XDG_CONFIG_HOME="${T}" to avoid sandbox violations
Diffstat (limited to 'eclass/qt4.eclass')
-rw-r--r--eclass/qt4.eclass4
1 files changed, 3 insertions, 1 deletions
diff --git a/eclass/qt4.eclass b/eclass/qt4.eclass
index 5a3c02497424..75e7432cd48a 100644
--- a/eclass/qt4.eclass
+++ b/eclass/qt4.eclass
@@ -1,6 +1,6 @@
# Copyright 2005-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/qt4.eclass,v 1.55 2009/05/12 10:35:32 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/qt4.eclass,v 1.56 2009/05/12 10:41:03 hwoarang Exp $
# @ECLASS: qt4.eclass
# @MAINTAINER:
@@ -16,6 +16,8 @@
inherit base eutils multilib toolchain-funcs versionator
+export XDG_CONFIG_HOME="${T}"
+
qt4_monolithic_to_split_flag() {
case ${1} in
zlib)