From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 7F7E7138010 for ; Wed, 5 Sep 2012 02:22:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D0CF321C001; Wed, 5 Sep 2012 02:21:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 9A8E221C001 for ; Wed, 5 Sep 2012 02:21:51 +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 8F25133D712 for ; Wed, 5 Sep 2012 02:21:50 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 4EB5BE543D for ; Wed, 5 Sep 2012 02:21:49 +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: <1346811567.9b1ec0e0793642e95abe2185045901acce67ebe3.pesa@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: eclass/ X-VCS-Repository: proj/qt X-VCS-Files: eclass/qt5-build.eclass X-VCS-Directories: eclass/ X-VCS-Committer: pesa X-VCS-Committer-Name: Davide Pesavento X-VCS-Revision: 9b1ec0e0793642e95abe2185045901acce67ebe3 X-VCS-Branch: master Date: Wed, 5 Sep 2012 02:21:49 +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: ca2ae00d-cbb6-4163-bb62-1400117041a7 X-Archives-Hash: f434850ac6036069a5f5182dcccc6450 commit: 9b1ec0e0793642e95abe2185045901acce67ebe3 Author: Davide Pesavento gmail com> AuthorDate: Wed Sep 5 02:19:27 2012 +0000 Commit: Davide Pesavento gentoo org> CommitDate: Wed Sep 5 02:19:27 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=9b1ec0e0 [qt5-build.eclass] Always disable gtkstyle to workaround bug #433826. Thanks to hwoarang for reporting. --- eclass/qt5-build.eclass | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass index 535b9a5..9b75d5a 100644 --- a/eclass/qt5-build.eclass +++ b/eclass/qt5-build.eclass @@ -425,6 +425,11 @@ qt5_base_configure() { # disable all platform plugins by default, override in qt-gui -no-xcb -no-xrender -no-eglfs -no-directfb -no-linuxfb -no-kms + # disable gtkstyle because it adds qt4 include paths to the compiler + # command line if x11-libs/cairo is built with USE=qt4 (bug 433826) + # TODO: fix properly in qt-widgets + -no-gtkstyle + # package-specific options "${myconf[@]}" )