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 64783138206 for ; Wed, 27 Apr 2016 12:17:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BB34221C035; Wed, 27 Apr 2016 12:16:59 +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 5EC2521C035 for ; Wed, 27 Apr 2016 12:16:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 20D20340A7D for ; Wed, 27 Apr 2016 12:16:58 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7E8F315F 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: <1461758884.77126e954de960a466e4d3a9a8a8cfc1618310b3.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: 77126e954de960a466e4d3a9a8a8cfc1618310b3 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: 1772833f-c950-400a-9564-c29df2fd2124 X-Archives-Hash: 274ebcbef047c44e94972cb92b649bf1 commit: 77126e954de960a466e4d3a9a8a8cfc1618310b3 Author: Davide Pesavento gentoo org> AuthorDate: Wed Apr 27 12:05:40 2016 +0000 Commit: Davide Pesavento gentoo org> CommitDate: Wed Apr 27 12:08:04 2016 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=77126e95 qt5-build.eclass: stop passing removed configure options See qtbase commit 4cb795cbdbc4d117c9de623b086975ebdf1f9a15 Gentoo-Bug: 581318 eclass/qt5-build.eclass | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass index 30ef6db..8059167 100644 --- a/eclass/qt5-build.eclass +++ b/eclass/qt5-build.eclass @@ -631,8 +631,7 @@ qt5_base_configure() { -no-xkb -no-xrender # disable obsolete/unused X11-related flags - # (not shown in ./configure -help output) - -no-mitshm -no-xcursor -no-xfixes -no-xrandr -no-xshape -no-xsync + $([[ ${QT5_MINOR_VERSION} -lt 8 ]] && echo -no-mitshm -no-xcursor -no-xfixes -no-xrandr -no-xshape -no-xsync) # always enable session management support: it doesn't need extra deps # at configure time and turning it off is dangerous, see bug 518262