commit: 30f37a7bf7643c39494d1f01605c88acc35ae938
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 10 20:52:06 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Nov 10 20:52:06 2024 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=30f37a7b
kde-apps/kate: add missing dev-qt/qtbase[X] USEdep
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/kate/kate-9999.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/kde-apps/kate/kate-9999.ebuild b/kde-apps/kate/kate-9999.ebuild
index 7fd1620b80..2413c7516a 100644
--- a/kde-apps/kate/kate-9999.ebuild
+++ b/kde-apps/kate/kate-9999.ebuild
@@ -18,8 +18,9 @@ IUSE=""
# slot op: Uses Qt6::GuiPrivate for qtx11extras_p.h
# kde-frameworks/kwindowsystem[X]: Unconditional use of KX11Extras
+# TODO: replace HAVE_X11 and __has_include with explicit WITH_X11 option
DEPEND="
- >=dev-qt/qtbase-${QTMIN}:6=[dbus,gui,network,widgets]
+ >=dev-qt/qtbase-${QTMIN}:6=[dbus,gui,network,widgets,X]
~kde-apps/kate-lib-${PV}:6
>=kde-frameworks/kcoreaddons-${KFMIN}:6
>=kde-frameworks/kdbusaddons-${KFMIN}:6