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 55DC7138334 for ; Wed, 19 Dec 2018 16:12:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 32E2DE09BD; Wed, 19 Dec 2018 16:12:54 +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 077ADE09BD for ; Wed, 19 Dec 2018 16:12:53 +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 B89E4335C7B for ; Wed, 19 Dec 2018 16:12:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 503ED4E8 for ; Wed, 19 Dec 2018 16:12:48 +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: <1545235430.e46756c9970782657cbeb29edb19486a29f9f6d8.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.12.9999.ebuild dev-qt/qtwidgets/qtwidgets-5.9999.ebuild X-VCS-Directories: dev-qt/qtwidgets/ X-VCS-Committer: chiitoo X-VCS-Committer-Name: Jimi Huotari X-VCS-Revision: e46756c9970782657cbeb29edb19486a29f9f6d8 X-VCS-Branch: master Date: Wed, 19 Dec 2018 16:12:48 +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: 422cc8e2-ae58-4c23-b6f6-ecf3eac33986 X-Archives-Hash: cb00cf599fa6914cb1ccff85078e03eb commit: e46756c9970782657cbeb29edb19486a29f9f6d8 Author: Jimi Huotari gentoo org> AuthorDate: Wed Dec 19 16:03:42 2018 +0000 Commit: Jimi Huotari gentoo org> CommitDate: Wed Dec 19 16:03:50 2018 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=e46756c9 dev-qt/qtwidgets: update configuration with regards to 'xkbcommon' Upstream: http://code.qt.io/cgit/qt/qtbase.git/commit/?h=5.12&id=c3a963da Bug: https://bugs.gentoo.org/672340 Signed-off-by: Jimi Huotari gentoo.org> Package-Manager: Portage-2.3.52, Repoman-2.3.12 dev-qt/qtwidgets/qtwidgets-5.12.9999.ebuild | 5 ++--- dev-qt/qtwidgets/qtwidgets-5.9999.ebuild | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/dev-qt/qtwidgets/qtwidgets-5.12.9999.ebuild b/dev-qt/qtwidgets/qtwidgets-5.12.9999.ebuild index 3798cf2e..b62d3677 100644 --- a/dev-qt/qtwidgets/qtwidgets-5.12.9999.ebuild +++ b/dev-qt/qtwidgets/qtwidgets-5.12.9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -50,8 +50,7 @@ src_configure() { $(qt_use png libpng system) -widgets $(qt_use xcb xcb system) - $(qt_use xcb xkbcommon system) - $(usex xcb '-xcb-xlib -xcb-xinput -xkb' '') + $(usex xcb '-xcb-xlib -xcb-xinput -xkb -xkbcommon' '') ) qt5-build_src_configure } diff --git a/dev-qt/qtwidgets/qtwidgets-5.9999.ebuild b/dev-qt/qtwidgets/qtwidgets-5.9999.ebuild index 3798cf2e..b62d3677 100644 --- a/dev-qt/qtwidgets/qtwidgets-5.9999.ebuild +++ b/dev-qt/qtwidgets/qtwidgets-5.9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -50,8 +50,7 @@ src_configure() { $(qt_use png libpng system) -widgets $(qt_use xcb xcb system) - $(qt_use xcb xkbcommon system) - $(usex xcb '-xcb-xlib -xcb-xinput -xkb' '') + $(usex xcb '-xcb-xlib -xcb-xinput -xkb -xkbcommon' '') ) qt5-build_src_configure }