Skip to content

Commit

Permalink
plasma.kde.org.eclass: Exclude print-manager from SLOT=5 blockers
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Sturmlechner <[email protected]>
  • Loading branch information
a17r committed Dec 23, 2023
1 parent e2db1f1 commit 1657d9c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion eclass/plasma.kde.org.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1657d9c

Please sign in to comment.