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 5A1C91381F3 for ; Mon, 10 Jun 2013 08:22:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D6A3DE086F; Mon, 10 Jun 2013 08:22:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6B3ECE086F for ; Mon, 10 Jun 2013 08:22:13 +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 5A44A33E2CF for ; Mon, 10 Jun 2013 08:22:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 04791E468F for ; Mon, 10 Jun 2013 08:22:11 +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: <1370852017.1736dcd1c1bf7bb7fe9473c6363827029a91d493.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: 1736dcd1c1bf7bb7fe9473c6363827029a91d493 X-VCS-Branch: master Date: Mon, 10 Jun 2013 08:22:11 +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: 23c6dab9-22cd-47a0-941b-93ff6ca814ae X-Archives-Hash: 7fbbbcc6284c3e7e59964fed5a9ea30c commit: 1736dcd1c1bf7bb7fe9473c6363827029a91d493 Author: Davide Pesavento gmail com> AuthorDate: Mon Jun 10 08:13:37 2013 +0000 Commit: Davide Pesavento gentoo org> CommitDate: Mon Jun 10 08:13:37 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=1736dcd1 [qt5-build.eclass] Add two new configure flags. --- eclass/qt5-build.eclass | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass index f9509da..b55680d 100644 --- a/eclass/qt5-build.eclass +++ b/eclass/qt5-build.eclass @@ -420,6 +420,7 @@ qt5_base_configure() { -system-zlib -system-pcre -system-xcb + -system-xkbcommon # exclude examples and tests from default build -nomake examples @@ -453,6 +454,9 @@ qt5_base_configure() { # command line if x11-libs/cairo is built with USE=qt4 (bug 433826) -no-gtkstyle + # don't build with -Werror + -no-warnings-are-errors + # module-specific options "${myconf[@]}" )