Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: eclass/
Date: Thu, 31 Jan 2019 10:21:06
Message-Id: 1548930042.e0a52efbf71db63575ecccc611590726c824e934.asturm@gentoo
1 commit: e0a52efbf71db63575ecccc611590726c824e934
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 30 21:52:58 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 31 10:20:42 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=e0a52efb
7
8 kde5-functions.eclass: Cleanup _add_category_dep slot def
9
10 There's no SLOT 4 for a long time.
11
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13
14 eclass/kde5-functions.eclass | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass
18 index 8860f3f068..6ad74bd966 100644
19 --- a/eclass/kde5-functions.eclass
20 +++ b/eclass/kde5-functions.eclass
21 @@ -144,7 +144,7 @@ _add_category_dep() {
22
23 if [[ -n ${slot} ]] ; then
24 slot=":${slot}"
25 - elif [[ ${SLOT%\/*} = 4 || ${SLOT%\/*} = 5 ]] && ! has kde5-meta-pkg ${INHERITED} ; then
26 + elif [[ ${SLOT%\/*} = 5 ]] ; then
27 slot=":${SLOT%\/*}"
28 fi