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 18912158086 for ; Thu, 21 Oct 2021 00:16:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 75C4BE0953; Thu, 21 Oct 2021 00:16:34 +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 A5274E0953 for ; Thu, 21 Oct 2021 00:16: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 30FA2342FA6 for ; Thu, 21 Oct 2021 00:16:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B95EF151 for ; Thu, 21 Oct 2021 00:16:00 +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: <1634775337.36b75f925c082a01ab9c0d20226bd2c73bcc8a16.pesa@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qtwayland/ X-VCS-Repository: proj/qt X-VCS-Files: dev-qt/qtwayland/qtwayland-5.15.2.9999.ebuild X-VCS-Directories: dev-qt/qtwayland/ X-VCS-Committer: pesa X-VCS-Committer-Name: Davide Pesavento X-VCS-Revision: 36b75f925c082a01ab9c0d20226bd2c73bcc8a16 X-VCS-Branch: master Date: Thu, 21 Oct 2021 00:16:00 +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: 4bc43a12-3f49-4f09-81bf-b84f64473d9a X-Archives-Hash: f08c8a09ab001c991a79ffad90359fb6 commit: 36b75f925c082a01ab9c0d20226bd2c73bcc8a16 Author: Davide Pesavento gentoo org> AuthorDate: Thu Oct 21 00:15:37 2021 +0000 Commit: Davide Pesavento gentoo org> CommitDate: Thu Oct 21 00:15:37 2021 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=36b75f92 dev-qt/qtwayland: drop redundant/indirect dep on libxkbcommon qtwayland uses libxkbcommon only through qtgui's QtXkbCommonSupport. There are some conditional code paths depending on QT_CONFIG(xkbcommon) but the latter is already force-enabled via qtgui[libinput]. Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Davide Pesavento gentoo.org> dev-qt/qtwayland/qtwayland-5.15.2.9999.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/dev-qt/qtwayland/qtwayland-5.15.2.9999.ebuild b/dev-qt/qtwayland/qtwayland-5.15.2.9999.ebuild index 0e26d41f..7ecd5279 100644 --- a/dev-qt/qtwayland/qtwayland-5.15.2.9999.ebuild +++ b/dev-qt/qtwayland/qtwayland-5.15.2.9999.ebuild @@ -20,7 +20,6 @@ DEPEND=" =dev-qt/qtdeclarative-${QT5_PV}*:5= =dev-qt/qtgui-${QT5_PV}*:5=[egl,libinput,vulkan=,X?] media-libs/libglvnd - x11-libs/libxkbcommon vulkan? ( dev-util/vulkan-headers ) X? ( =dev-qt/qtgui-${QT5_PV}*[-gles2-only]