commit: 9274dedab52676baa745224639e3c2ab1661955e
Author: Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Sat May 31 01:55:09 2014 +0000
Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Sun Jun 1 02:39:56 2014 +0000
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=9274deda
[qt4-build-multilib.eclass] syncqt is automatically run by configure when
needed.
---
eclass/qt4-build-multilib.eclass | 4 ----
1 file changed, 4 deletions(-)
diff --git a/eclass/qt4-build-multilib.eclass b/eclass/qt4-build-multilib.eclass
index 8f49441..2fe2bce 100644
--- a/eclass/qt4-build-multilib.eclass
+++ b/eclass/qt4-build-multilib.eclass
@@ -108,10 +108,6 @@ qt4-build-multilib_src_unpack() {
qt4-build-multilib_src_prepare() {
qt4_prepare_env
- if [[ ${QT4_BUILD_TYPE} == live ]]; then
- QTDIR="." ./bin/syncqt || die "syncqt failed"
- fi
-
if [[ ${PN} != qtcore ]]; then
skip_qmake_build
skip_project_generation