From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (unknown [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 7ABB01381FA for ; Tue, 27 May 2014 10:49:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 24B1CE083D; Tue, 27 May 2014 10:49:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AF789E083D for ; Tue, 27 May 2014 10:49:01 +0000 (UTC) Received: from spoonbill.gentoo.org (unknown [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D255433F23A for ; Tue, 27 May 2014 10:49:00 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 5B242182D7 for ; Tue, 27 May 2014 10:48:58 +0000 (UTC) From: "Davide Pesavento" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Davide Pesavento" Message-ID: <1401158594.a5943eeb2515e08a9fb4b3b21315ba57980458ba.pesa@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: eclass/ X-VCS-Repository: proj/qt X-VCS-Files: eclass/qt4-build-multilib.eclass X-VCS-Directories: eclass/ X-VCS-Committer: pesa X-VCS-Committer-Name: Davide Pesavento X-VCS-Revision: a5943eeb2515e08a9fb4b3b21315ba57980458ba X-VCS-Branch: master Date: Tue, 27 May 2014 10:48:58 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 445bfd7c-b785-40ad-a057-dce2fd34166e X-Archives-Hash: df903cd30c4fc79e73873e09f754105d commit: a5943eeb2515e08a9fb4b3b21315ba57980458ba Author: Davide Pesavento gentoo org> AuthorDate: Tue May 27 02:43:14 2014 +0000 Commit: Davide Pesavento gentoo org> CommitDate: Tue May 27 02:43:14 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=a5943eeb [qt4-build-multilib.eclass] No need to define PLATFORM. We already pass the mkspec to configure via "-platform ", which should have the same effect. --- eclass/qt4-build-multilib.eclass | 3 --- 1 file changed, 3 deletions(-) diff --git a/eclass/qt4-build-multilib.eclass b/eclass/qt4-build-multilib.eclass index fb290ae..15799c7 100644 --- a/eclass/qt4-build-multilib.eclass +++ b/eclass/qt4-build-multilib.eclass @@ -503,9 +503,6 @@ qt4_prepare_env() { QT4_SYSCONFDIR=${EPREFIX}/etc/qt4 QMAKE_LIBDIR_QT=${QT4_LIBDIR} - PLATFORM=$(qt4_get_mkspec) - unset QMAKESPEC - export XDG_CONFIG_HOME="${T}" }