From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1SW9iG-0007xs-U3 for garchives@archives.gentoo.org; Sun, 20 May 2012 17:14:37 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ECB4CE05BE; Sun, 20 May 2012 17:14:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id BA91DE05BE for ; Sun, 20 May 2012 17:14:29 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7B2871B400C for ; Sun, 20 May 2012 17:14:27 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 3CC0DE542A for ; Sun, 20 May 2012 17:14:26 +0000 (UTC) From: "Davide Pesavento" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Davide Pesavento" Message-ID: <1337534011.0c5718598a098a0ad4ed64a5d3d768a1bd6581bd.pesa@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: eclass/ X-VCS-Repository: proj/qt X-VCS-Files: eclass/qt4-build.eclass X-VCS-Directories: eclass/ X-VCS-Committer: pesa X-VCS-Committer-Name: Davide Pesavento X-VCS-Revision: 0c5718598a098a0ad4ed64a5d3d768a1bd6581bd X-VCS-Branch: master Date: Sun, 20 May 2012 17:14:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 74835b2c-b3d0-4414-9bb1-cda7818cf1b9 X-Archives-Hash: 21aafe04bc5972a9e24b1f93a7082b9e commit: 0c5718598a098a0ad4ed64a5d3d768a1bd6581bd Author: Davide Pesavento gmail com> AuthorDate: Sun May 20 17:13:31 2012 +0000 Commit: Davide Pesavento gentoo org> CommitDate: Sun May 20 17:13:31 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/qt.git;a=3Dco= mmit;h=3D0c571859 [qt4-build.eclass] Try to avoid sandbox violation when running qhelpgener= ator, bug 415517. --- eclass/qt4-build.eclass | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/eclass/qt4-build.eclass b/eclass/qt4-build.eclass index be72e71..73b4f94 100644 --- a/eclass/qt4-build.eclass +++ b/eclass/qt4-build.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v 1.128 2012/= 05/07 21:28:01 pesa Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v 1.129 2012/= 05/20 17:12:34 pesa Exp $ =20 # @ECLASS: qt4-build.eclass # @MAINTAINER: @@ -580,8 +580,9 @@ setqtenv() { QT_INSTALL_PREFIX=3D${EPREFIX}/usr/$(get_libdir)/qt4 =20 PLATFORM=3D$(qt_mkspecs_dir) - unset QMAKESPEC + + export XDG_CONFIG_HOME=3D"${T}" } =20 # @FUNCTION: prepare_directories