Gentoo Archives: gentoo-commits

From: Davide Pesavento <pesa@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qt:master commit in: eclass/
Date: Sun, 01 Jun 2014 02:41:41
Message-Id: 1401590396.9274dedab52676baa745224639e3c2ab1661955e.pesa@gentoo
1 commit: 9274dedab52676baa745224639e3c2ab1661955e
2 Author: Davide Pesavento <pesa <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 31 01:55:09 2014 +0000
4 Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 1 02:39:56 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=9274deda
7
8 [qt4-build-multilib.eclass] syncqt is automatically run by configure when needed.
9
10 ---
11 eclass/qt4-build-multilib.eclass | 4 ----
12 1 file changed, 4 deletions(-)
13
14 diff --git a/eclass/qt4-build-multilib.eclass b/eclass/qt4-build-multilib.eclass
15 index 8f49441..2fe2bce 100644
16 --- a/eclass/qt4-build-multilib.eclass
17 +++ b/eclass/qt4-build-multilib.eclass
18 @@ -108,10 +108,6 @@ qt4-build-multilib_src_unpack() {
19 qt4-build-multilib_src_prepare() {
20 qt4_prepare_env
21
22 - if [[ ${QT4_BUILD_TYPE} == live ]]; then
23 - QTDIR="." ./bin/syncqt || die "syncqt failed"
24 - fi
25 -
26 if [[ ${PN} != qtcore ]]; then
27 skip_qmake_build
28 skip_project_generation