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 DD6A01381FA for ; Wed, 4 Jun 2014 02:08:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 65F74E0BCA; Wed, 4 Jun 2014 02:08:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CDCC4E0BCB for ; Wed, 4 Jun 2014 02:08:31 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B7A6F33FD38 for ; Wed, 4 Jun 2014 02:08:30 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 37155182D4 for ; Wed, 4 Jun 2014 02:08:29 +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: <1401847057.68c798f41e1be1585039c8f4e5ef5eae7ac0d017.pesa@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: eclass/ X-VCS-Repository: proj/qt X-VCS-Files: eclass/qt4-build-multilib.eclass X-VCS-Directories: eclass/ X-VCS-Committer: pesa X-VCS-Committer-Name: Davide Pesavento X-VCS-Revision: 68c798f41e1be1585039c8f4e5ef5eae7ac0d017 X-VCS-Branch: master Date: Wed, 4 Jun 2014 02:08:29 +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: 9ae1bcd1-3f04-47cb-9597-610db9d57e63 X-Archives-Hash: 3725759b2c6a504f110646db56598036 commit: 68c798f41e1be1585039c8f4e5ef5eae7ac0d017 Author: Davide Pesavento gentoo org> AuthorDate: Wed Jun 4 01:57:37 2014 +0000 Commit: Davide Pesavento gentoo org> CommitDate: Wed Jun 4 01:57:37 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=68c798f4 [qt4-build-multilib.eclass] -fast is practically redundant with -dont-process. --- eclass/qt4-build-multilib.eclass | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/eclass/qt4-build-multilib.eclass b/eclass/qt4-build-multilib.eclass index 27e610d..f674af6 100644 --- a/eclass/qt4-build-multilib.eclass +++ b/eclass/qt4-build-multilib.eclass @@ -297,13 +297,13 @@ multilib_src_configure() { # build shared libraries -shared - # misc stuff - -fast -largefile - # skip recursive processing of .pro files at the end of configure # (we run qmake by ourselves), thus saving quite a bit of time -dont-process + # always enable large file support + -largefile + # exceptions USE flag $(in_iuse exceptions && qt_use exceptions || echo -exceptions)