Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Thu, 03 Nov 2016 08:26:23
Message-Id: 1478161566.92bd5f5f7e738ba6aee747082efb02cce780f1dd.johu@gentoo
1 commit: 92bd5f5f7e738ba6aee747082efb02cce780f1dd
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 3 08:07:58 2016 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 3 08:26:06 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92bd5f5f
7
8 kde4-functions.eclass: Set KDEBASE for category kde-plasma
9
10 eclass/kde4-functions.eclass | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/eclass/kde4-functions.eclass b/eclass/kde4-functions.eclass
14 index a600d55..0c130a1 100644
15 --- a/eclass/kde4-functions.eclass
16 +++ b/eclass/kde4-functions.eclass
17 @@ -36,7 +36,7 @@ esac
18 # @DESCRIPTION:
19 # This gets set to a non-zero value when a package is considered a kde or
20 # kdevelop ebuild.
21 -if [[ ${CATEGORY} = kde-base || ${CATEGORY} = kde-apps || ${CATEGORY} = kde-frameworks ]]; then
22 +if [[ ${CATEGORY} = kde-base || ${CATEGORY} == kde-plasma || ${CATEGORY} = kde-apps || ${CATEGORY} = kde-frameworks ]]; then
23 debug-print "${ECLASS}: KDEBASE ebuild recognized"
24 KDEBASE=kde-base
25 elif [[ ${KMNAME-${PN}} = kdevelop ]]; then