diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-12-16 12:04:56 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-12-16 12:04:56 +0100 |
commit | 0b622a1ee682356b853a7a7a84fb08e865766fc0 (patch) | |
tree | 8b673732faafc8eec254345ee369e0cc2913bb29 /eclass | |
parent | kde-plasma/kwin: Update dependencies, cmake args, add IUSE shortcuts (diff) | |
download | kde-0b622a1ee682356b853a7a7a84fb08e865766fc0.tar.gz kde-0b622a1ee682356b853a7a7a84fb08e865766fc0.tar.bz2 kde-0b622a1ee682356b853a7a7a84fb08e865766fc0.zip |
plasma.kde.org.eclass: Exclude kwayland-integration from SLOT=5 blockers
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/plasma.kde.org.eclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/eclass/plasma.kde.org.eclass b/eclass/plasma.kde.org.eclass index 7a829b8596..ad4511f635 100644 --- a/eclass/plasma.kde.org.eclass +++ b/eclass/plasma.kde.org.eclass @@ -81,6 +81,7 @@ if [[ ${_PSLOT} == 6 ]]; then case ${PN} in kglobalacceld | \ kwayland | \ + kwayland-integration | \ libplasma | \ ocean-sound-theme | \ plasma-activities | \ |