From: Andreas Sturmlechner Date: Sat, 22 Jul 2017 14:10:30 +0000 (+0200) Subject: kde5-meta-pkg.eclass: Block slot 4 unconditionally X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=92c7fa972f87370dea450132ac6629dc7d514871;p=gentoo.git kde5-meta-pkg.eclass: Block slot 4 unconditionally This eclass has always been unaware of KDE_BLOCK_SLOT4. --- diff --git a/eclass/kde5-meta-pkg.eclass b/eclass/kde5-meta-pkg.eclass index c8415d392a3a..a79caf145f9c 100644 --- a/eclass/kde5-meta-pkg.eclass +++ b/eclass/kde5-meta-pkg.eclass @@ -17,7 +17,7 @@ HOMEPAGE="https://www.kde.org/" LICENSE="metapackage" SLOT="5" -if [[ ${KDE_BLOCK_SLOT4} = true && ${CATEGORY} = kde-apps ]]; then +if [[ ${CATEGORY} = kde-apps ]]; then RDEPEND+=" !kde-apps/${PN}:4" fi