From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3B6D815801F for ; Thu, 30 Sep 2021 11:35:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 566F3E0909; Thu, 30 Sep 2021 11:35:33 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 36868E0909 for ; Thu, 30 Sep 2021 11:35:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3B37D342AE6 for ; Thu, 30 Sep 2021 11:35:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8570612F for ; Thu, 30 Sep 2021 11:35:29 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1632999927.3e860dcf65c6ede5e4b818911ca0fd6b02bba972.asturm@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qtgui/ X-VCS-Repository: proj/qt X-VCS-Files: dev-qt/qtgui/qtgui-5.15.2.9999.ebuild X-VCS-Directories: dev-qt/qtgui/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 3e860dcf65c6ede5e4b818911ca0fd6b02bba972 X-VCS-Branch: master Date: Thu, 30 Sep 2021 11:35: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: cbd3496a-732a-475d-8afc-6641b1ae579b X-Archives-Hash: c97d6c51efb4e93a21f891f869547b77 commit: 3e860dcf65c6ede5e4b818911ca0fd6b02bba972 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Sep 22 13:09:18 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Sep 30 11:05:27 2021 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=3e860dcf dev-qt/qtgui: Upstream fixed build with libglvnd-1.3.4 Upstream commit f42186815187be1a0c5c0f9d6acc657872d3d533: "Cater for upstream changes in eglplatform.h" (libglvnd-1.3.4) See also: https://bugreports.qt.io/browse/QTBUG-96392 (sync with Gentoo ebuild repository) Package-Manager: Portage-3.0.23, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-qt/qtgui/qtgui-5.15.2.9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-qt/qtgui/qtgui-5.15.2.9999.ebuild b/dev-qt/qtgui/qtgui-5.15.2.9999.ebuild index 36dc15ed..f81b5c47 100644 --- a/dev-qt/qtgui/qtgui-5.15.2.9999.ebuild +++ b/dev-qt/qtgui/qtgui-5.15.2.9999.ebuild @@ -172,7 +172,7 @@ src_configure() { $(qt_use udev libudev) $(qt_use vulkan) $(qt_use X xcb) - $(usev X '-xcb-xlib -DUSE_X11') + $(usev X '-xcb-xlib') ) if use libinput || use X; then myconf+=( -xkbcommon )