commit:     aaca17c375360c0e316756798ede5302e3ddcdfe
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 22 20:08:30 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Dec 23 15:59:00 2023 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=aaca17c3

plasma.kde.org.eclass: Exclude print-manager from SLOT=5 blockers

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 eclass/plasma.kde.org.eclass | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/eclass/plasma.kde.org.eclass b/eclass/plasma.kde.org.eclass
index ad4511f635..0e0c3e7155 100644
--- a/eclass/plasma.kde.org.eclass
+++ b/eclass/plasma.kde.org.eclass
@@ -86,7 +86,8 @@ if [[ ${_PSLOT} == 6 ]]; then
                ocean-sound-theme | \
                plasma-activities | \
                plasma-activities-stats | \
-               plasma5support) ;;
+               plasma5support | \
+               print-manager) ;;
                *) RDEPEND+=" !kde-plasma/${PN}:5" ;;
        esac
 fi

Reply via email to