commit:     a5943eeb2515e08a9fb4b3b21315ba57980458ba
Author:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Tue May 27 02:43:14 2014 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> 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 <foo>",
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}"
 }
 

Reply via email to