Skip to content

Commit

Permalink
Revert "kde5-meta-pkg.eclass: Block slot 4 unconditionally"
Browse files Browse the repository at this point in the history
This reverts commit 92c7fa9.
  • Loading branch information
a17r committed Aug 12, 2017
1 parent 687a093 commit 1cf9310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eclass/kde5-meta-pkg.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ HOMEPAGE="https://www.kde.org/"
LICENSE="metapackage"
SLOT="5"

if [[ ${CATEGORY} = kde-apps ]]; then
if [[ ${KDE_BLOCK_SLOT4} = true && ${CATEGORY} = kde-apps ]]; then
RDEPEND+=" !kde-apps/${PN}:4"
fi

Expand Down

0 comments on commit 1cf9310

Please sign in to comment.