diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-06-23 13:20:10 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-06-23 13:21:33 +0200 |
commit | 3b6a7cc303c71fbde845f9640568c6694bd43a90 (patch) | |
tree | 61c9047af4ea0a72f356e4e58f28f07b3f19b113 /kde-plasma | |
parent | kde-apps/kleopatra: subscribe to libassuan subslot (diff) | |
download | kde-3b6a7cc303c71fbde845f9640568c6694bd43a90.tar.gz kde-3b6a7cc303c71fbde845f9640568c6694bd43a90.tar.bz2 kde-3b6a7cc303c71fbde845f9640568c6694bd43a90.zip |
kde-plasma/plasma-integration: Add missing dependency for IUSE=qt5
Bug: https://bugs.gentoo.org/934734
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma')
-rw-r--r-- | kde-plasma/plasma-integration/plasma-integration-6.1.49.9999.ebuild | 1 | ||||
-rw-r--r-- | kde-plasma/plasma-integration/plasma-integration-9999.ebuild | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/kde-plasma/plasma-integration/plasma-integration-6.1.49.9999.ebuild b/kde-plasma/plasma-integration/plasma-integration-6.1.49.9999.ebuild index 55df474ab6..a5b010f692 100644 --- a/kde-plasma/plasma-integration/plasma-integration-6.1.49.9999.ebuild +++ b/kde-plasma/plasma-integration/plasma-integration-6.1.49.9999.ebuild @@ -60,6 +60,7 @@ COMMON_DEPEND=" >=kde-frameworks/knotifications-${KF5MIN}:5 >=kde-frameworks/kwindowsystem-${KF5MIN}:5 >=kde-frameworks/kxmlgui-${KF5MIN}:5 + >=kde-plasma/kwayland-${KF5MIN}:5 ) " DEPEND="${COMMON_DEPEND} diff --git a/kde-plasma/plasma-integration/plasma-integration-9999.ebuild b/kde-plasma/plasma-integration/plasma-integration-9999.ebuild index 0ee871317c..0a2509f952 100644 --- a/kde-plasma/plasma-integration/plasma-integration-9999.ebuild +++ b/kde-plasma/plasma-integration/plasma-integration-9999.ebuild @@ -60,6 +60,7 @@ COMMON_DEPEND=" >=kde-frameworks/knotifications-${KF5MIN}:5 >=kde-frameworks/kwindowsystem-${KF5MIN}:5 >=kde-frameworks/kxmlgui-${KF5MIN}:5 + >=kde-plasma/kwayland-${KF5MIN}:5 ) " DEPEND="${COMMON_DEPEND} |