summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-03-16 11:16:58 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2024-03-16 11:36:59 +0100
commit177a812fa61e67aa7982325033c415e7db3a8cc5 (patch)
tree0f24db6761fff1e53928e13657331292bc5fe167
parent0ce3bf3334b4cc0a25c017477dd082c65b15991e (diff)
downloadkde-177a812fa61e67aa7982325033c415e7db3a8cc5.tar.gz
kde-177a812fa61e67aa7982325033c415e7db3a8cc5.tar.bz2
kde-177a812fa61e67aa7982325033c415e7db3a8cc5.zip
kde-plasma/plasma-integration: Add slot op comment
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--kde-plasma/plasma-integration/plasma-integration-6.0.49.9999.ebuild1
-rw-r--r--kde-plasma/plasma-integration/plasma-integration-9999.ebuild1
2 files changed, 2 insertions, 0 deletions
diff --git a/kde-plasma/plasma-integration/plasma-integration-6.0.49.9999.ebuild b/kde-plasma/plasma-integration/plasma-integration-6.0.49.9999.ebuild
index db86c8309f9..6a98dcac0c6 100644
--- a/kde-plasma/plasma-integration/plasma-integration-6.0.49.9999.ebuild
+++ b/kde-plasma/plasma-integration/plasma-integration-6.0.49.9999.ebuild
@@ -20,6 +20,7 @@ IUSE="qt5"
# requires running kde environment
RESTRICT="test"
+# slot ops: qdbus*_p.h and Qt6::GuiPrivate for qtx11extras_p.h
COMMON_DEPEND="
dev-libs/wayland
>=dev-qt/qtbase-${QTMIN}:6=[dbus,gui,widgets]
diff --git a/kde-plasma/plasma-integration/plasma-integration-9999.ebuild b/kde-plasma/plasma-integration/plasma-integration-9999.ebuild
index f72dd117740..eba89ee9d49 100644
--- a/kde-plasma/plasma-integration/plasma-integration-9999.ebuild
+++ b/kde-plasma/plasma-integration/plasma-integration-9999.ebuild
@@ -20,6 +20,7 @@ IUSE="qt5"
# requires running kde environment
RESTRICT="test"
+# slot ops: qdbus*_p.h and Qt6::GuiPrivate for qtx11extras_p.h
COMMON_DEPEND="
dev-libs/wayland
>=dev-qt/qtbase-${QTMIN}:6=[dbus,gui,widgets]