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 3FEA0138350 for ; Wed, 22 Jan 2020 13:27:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 60390E08FA; Wed, 22 Jan 2020 13:27:17 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 94D06E08FA for ; Wed, 22 Jan 2020 13:27:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7BB6034E336 for ; Wed, 22 Jan 2020 13:27:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7DFD69C for ; Wed, 22 Jan 2020 13:27:12 +0000 (UTC) From: "Jimi Huotari" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jimi Huotari" Message-ID: <1579693246.ecc0d566a5f4dbc290bc45d73f7b1b5c98781880.chiitoo@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qtwidgets/ X-VCS-Repository: proj/qt X-VCS-Files: dev-qt/qtwidgets/qtwidgets-5.15.9999.ebuild X-VCS-Directories: dev-qt/qtwidgets/ X-VCS-Committer: chiitoo X-VCS-Committer-Name: Jimi Huotari X-VCS-Revision: ecc0d566a5f4dbc290bc45d73f7b1b5c98781880 X-VCS-Branch: master Date: Wed, 22 Jan 2020 13:27:12 +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: b9386c17-ab17-4f25-9267-c01a60328f16 X-Archives-Hash: fdb844c6446cc6713c1bc0ce5b828048 commit: ecc0d566a5f4dbc290bc45d73f7b1b5c98781880 Author: Jimi Huotari gentoo org> AuthorDate: Wed Jan 22 11:40:46 2020 +0000 Commit: Jimi Huotari gentoo org> CommitDate: Wed Jan 22 11:40:46 2020 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=ecc0d566 dev-qt/qtwidgets: fix 5.15 configure with and without USE="X" Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Jimi Huotari gentoo.org> dev-qt/qtwidgets/qtwidgets-5.15.9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-qt/qtwidgets/qtwidgets-5.15.9999.ebuild b/dev-qt/qtwidgets/qtwidgets-5.15.9999.ebuild index 4032c89b..0cf42233 100644 --- a/dev-qt/qtwidgets/qtwidgets-5.15.9999.ebuild +++ b/dev-qt/qtwidgets/qtwidgets-5.15.9999.ebuild @@ -50,7 +50,7 @@ src_configure() { -gui $(qt_use png libpng system) -widgets - $(qt_use X) + $(qt_use X xcb) $(usex X '-xcb-xlib -xkbcommon' '') ) qt5-build_src_configure