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 56729138A87 for ; Thu, 26 Feb 2015 02:15:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D552EE0A40; Thu, 26 Feb 2015 02:15:04 +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 6FB31E0A40 for ; Thu, 26 Feb 2015 02:15:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 73938340B3D for ; Thu, 26 Feb 2015 02:15:03 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4A8DC128F0 for ; Thu, 26 Feb 2015 02:15:01 +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: <1424916833.6e59c6155928568620efb0466408ee75645d70d6.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: 6e59c6155928568620efb0466408ee75645d70d6 X-VCS-Branch: master Date: Thu, 26 Feb 2015 02:15:01 +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: 96e9fc15-3f6e-46ec-ac08-e59b0d4629eb X-Archives-Hash: 0e1a8f957e3c61cff1d604eb8a806852 commit: 6e59c6155928568620efb0466408ee75645d70d6 Author: Davide Pesavento gentoo org> AuthorDate: Thu Feb 26 02:13:53 2015 +0000 Commit: Davide Pesavento gentoo org> CommitDate: Thu Feb 26 02:13:53 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=6e59c615 [qt5-build.eclass] The configure option '-no-libproxy' is new since 5.5 --- eclass/qt5-build.eclass | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass index 7a6e693..89c8daa 100644 --- a/eclass/qt5-build.eclass +++ b/eclass/qt5-build.eclass @@ -532,7 +532,8 @@ qt5_base_configure() { -no-journald -no-libpng -no-libjpeg -no-freetype -no-harfbuzz - -no-openssl -no-libproxy + -no-openssl + $([[ ${QT5_MINOR_VERSION} -ge 5 ]] && echo -no-libproxy) -no-xinput2 -no-xcb-xlib # always enable glib event loop support