commit: 36b75f925c082a01ab9c0d20226bd2c73bcc8a16
Author: Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 21 00:15:37 2021 +0000
Commit: Davide Pesavento <pesa <AT> gentoo <DOT> 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 <pesa <AT> 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]