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 2B3EF138334 for ; Wed, 18 Sep 2019 16:46:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 59E6EE0958; Wed, 18 Sep 2019 16:46:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 3EB1CE0958 for ; Wed, 18 Sep 2019 16:46:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 E5FC334B35E for ; Wed, 18 Sep 2019 16:46:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 74A947F2 for ; Wed, 18 Sep 2019 16:46:51 +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: <1568824999.90cdb9eb83111b8190b0501ababfcca834c9d44d.chiitoo@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.9999.ebuild X-VCS-Directories: dev-qt/qtgui/ X-VCS-Committer: chiitoo X-VCS-Committer-Name: Jimi Huotari X-VCS-Revision: 90cdb9eb83111b8190b0501ababfcca834c9d44d X-VCS-Branch: master Date: Wed, 18 Sep 2019 16:46:51 +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: 51eb86bf-e859-4c82-be8b-83f35981a51b X-Archives-Hash: e1a6e361a936765e9105bfab1c37302e commit: 90cdb9eb83111b8190b0501ababfcca834c9d44d Author: Jimi Huotari gentoo org> AuthorDate: Wed Sep 18 16:43:19 2019 +0000 Commit: Jimi Huotari gentoo org> CommitDate: Wed Sep 18 16:43:19 2019 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=90cdb9eb dev-qt/qtgui: adjust xcb configure options for 5.15 0. https://code.qt.io/cgit/qt/qtbase.git/commit/?h=5.15&id=60588e1a Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Jimi Huotari gentoo.org> dev-qt/qtgui/qtgui-5.15.9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-qt/qtgui/qtgui-5.15.9999.ebuild b/dev-qt/qtgui/qtgui-5.15.9999.ebuild index aa6a1274..043c53c6 100644 --- a/dev-qt/qtgui/qtgui-5.15.9999.ebuild +++ b/dev-qt/qtgui/qtgui-5.15.9999.ebuild @@ -164,8 +164,8 @@ src_configure() { $(qt_use png libpng system) $(qt_use tslib) $(qt_use udev libudev) - $(qt_use xcb xcb system) - $(usex xcb '-xcb-xlib -xcb-xinput -xkb' '') + $(qt_use xcb) + $(usex xcb '-xcb-xlib' '') ) if use libinput || use xcb; then myconf+=( -xkbcommon )