commit:     9de207dd7e6074532e5fc104c8c3aff257141191
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 30 21:52:58 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Feb  7 12:59:54 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9de207dd

kde5-functions.eclass: Cleanup _add_category_dep slot def

There's no SLOT 4 for a long time.

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

 eclass/kde5-functions.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass
index 1d0a0ffb323..895db2968cc 100644
--- a/eclass/kde5-functions.eclass
+++ b/eclass/kde5-functions.eclass
@@ -138,7 +138,7 @@ _add_category_dep() {
 
        if [[ -n ${slot} ]] ; then
                slot=":${slot}"
-       elif [[ ${SLOT%\/*} = 4 || ${SLOT%\/*} = 5 ]] && ! has kde5-meta-pkg 
${INHERITED} ; then
+       elif [[ ${SLOT%\/*} = 5 ]] ; then
                slot=":${SLOT%\/*}"
        fi
 

Reply via email to