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 3DA51138206 for ; Wed, 27 Apr 2016 12:17:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A13FB21C04D; Wed, 27 Apr 2016 12:17:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1A61421C04D for ; Wed, 27 Apr 2016 12:17:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 44F46340A7D for ; Wed, 27 Apr 2016 12:17:00 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 91675969 for ; Wed, 27 Apr 2016 12:16:55 +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: <1461759361.d8ae116689935bc414af147811cf6c3af534cc37.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: d8ae116689935bc414af147811cf6c3af534cc37 X-VCS-Branch: master Date: Wed, 27 Apr 2016 12:16:55 +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: df0ec429-f84a-403f-a397-cb0e23d473ca X-Archives-Hash: 9569bef3822091eeb3f47cecb3008d96 commit: d8ae116689935bc414af147811cf6c3af534cc37 Author: Davide Pesavento gentoo org> AuthorDate: Wed Apr 27 12:16:01 2016 +0000 Commit: Davide Pesavento gentoo org> CommitDate: Wed Apr 27 12:16:01 2016 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=d8ae1166 qt5-build.eclass: stop passing -largefile to configure See qtbase commit 84d3a21c9efe7efb2cce6d3bd14af1f9580b1108 eclass/qt5-build.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass index 8059167..9732058 100644 --- a/eclass/qt5-build.eclass +++ b/eclass/qt5-build.eclass @@ -537,7 +537,7 @@ qt5_base_configure() { -shared # always enable large file support - -largefile + $([[ ${QT5_MINOR_VERSION} -lt 8 ]] && echo -largefile) # disabling accessibility is not recommended by upstream, as # it will break QStyle and may break other internal parts of Qt