Gentoo Archives: gentoo-commits

From: Davide Pesavento <pesa@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qtwayland/
Date: Thu, 21 Oct 2021 00:16:35
Message-Id: 1634775337.36b75f925c082a01ab9c0d20226bd2c73bcc8a16.pesa@gentoo
1 commit: 36b75f925c082a01ab9c0d20226bd2c73bcc8a16
2 Author: Davide Pesavento <pesa <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 21 00:15:37 2021 +0000
4 Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 21 00:15:37 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=36b75f92
7
8 dev-qt/qtwayland: drop redundant/indirect dep on libxkbcommon
9
10 qtwayland uses libxkbcommon only through qtgui's QtXkbCommonSupport.
11 There are some conditional code paths depending on QT_CONFIG(xkbcommon)
12 but the latter is already force-enabled via qtgui[libinput].
13
14 Package-Manager: Portage-3.0.28, Repoman-3.0.3
15 Signed-off-by: Davide Pesavento <pesa <AT> gentoo.org>
16
17 dev-qt/qtwayland/qtwayland-5.15.2.9999.ebuild | 1 -
18 1 file changed, 1 deletion(-)
19
20 diff --git a/dev-qt/qtwayland/qtwayland-5.15.2.9999.ebuild b/dev-qt/qtwayland/qtwayland-5.15.2.9999.ebuild
21 index 0e26d41f..7ecd5279 100644
22 --- a/dev-qt/qtwayland/qtwayland-5.15.2.9999.ebuild
23 +++ b/dev-qt/qtwayland/qtwayland-5.15.2.9999.ebuild
24 @@ -20,7 +20,6 @@ DEPEND="
25 =dev-qt/qtdeclarative-${QT5_PV}*:5=
26 =dev-qt/qtgui-${QT5_PV}*:5=[egl,libinput,vulkan=,X?]
27 media-libs/libglvnd
28 - x11-libs/libxkbcommon
29 vulkan? ( dev-util/vulkan-headers )
30 X? (
31 =dev-qt/qtgui-${QT5_PV}*[-gles2-only]