Revert "kde5-meta-pkg.eclass: Block slot 4 unconditionally"
authorAndreas Sturmlechner <asturm@gentoo.org>
Sat, 12 Aug 2017 14:03:52 +0000 (16:03 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Sat, 12 Aug 2017 14:03:52 +0000 (16:03 +0200)
This reverts commit 92c7fa972f87370dea450132ac6629dc7d514871.

eclass/kde5-meta-pkg.eclass

index a79caf145f9c230e3df14f5d53db9bfae726d42b..c8415d392a3a50c734b6642961cd1499155f0618 100644 (file)
@@ -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