diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-01-30 22:52:58 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-02-07 13:59:54 +0100 |
commit | 9de207dd7e6074532e5fc104c8c3aff257141191 (patch) | |
tree | f15df39987ed71fd9e164bd09fecd4237b55c49b /eclass/kde5-functions.eclass | |
parent | kde5-functions.eclass: Disallow add_qt_dep for discontinued qtwebkit (diff) | |
download | gentoo-9de207dd7e6074532e5fc104c8c3aff257141191.tar.gz gentoo-9de207dd7e6074532e5fc104c8c3aff257141191.tar.bz2 gentoo-9de207dd7e6074532e5fc104c8c3aff257141191.zip |
kde5-functions.eclass: Cleanup _add_category_dep slot def
There's no SLOT 4 for a long time.
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'eclass/kde5-functions.eclass')
-rw-r--r-- | eclass/kde5-functions.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass index 1d0a0ffb3236..895db2968ccd 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 |