commit:     1939c80330a0886e4969c4155f0869fd1158a16c
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 26 16:27:23 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Aug 26 16:27:23 2021 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=1939c803

kde-plasma/layer-shell-qt: Alternatively accept dev-qt/qtgui[libinput]

It also provides QtXkbCommonSupport, not just dev-qt/qtgui[X].

Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/layer-shell-qt/layer-shell-qt-9999.ebuild | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/kde-plasma/layer-shell-qt/layer-shell-qt-9999.ebuild 
b/kde-plasma/layer-shell-qt/layer-shell-qt-9999.ebuild
index 964b634bdc..cb5e5755eb 100644
--- a/kde-plasma/layer-shell-qt/layer-shell-qt-9999.ebuild
+++ b/kde-plasma/layer-shell-qt/layer-shell-qt-9999.ebuild
@@ -14,10 +14,14 @@ SLOT="5"
 KEYWORDS=""
 IUSE=""
 
+# dev-qt/qtgui: QtXkbCommonSupport is provided by either IUSE libinput or X
 RDEPEND="
        >=dev-libs/wayland-1.15
        >=dev-qt/qtdeclarative-${QTMIN}:5
-       >=dev-qt/qtgui-${QTMIN}:5[X]
+       || (
+               >=dev-qt/qtgui-${QTMIN}:5[libinput]
+               >=dev-qt/qtgui-${QTMIN}:5[X]
+       )
        >=dev-qt/qtwayland-${QTMIN}:5
        x11-libs/libxkbcommon
 "

Reply via email to