diff options
author | Johannes Huber <johu@gentoo.org> | 2016-11-03 09:07:58 +0100 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2016-11-03 09:26:06 +0100 |
commit | 92bd5f5f7e738ba6aee747082efb02cce780f1dd (patch) | |
tree | 9389c7d1a05d742c7b1b50fc19b5b3af3ff64174 /eclass | |
parent | dev-db/mongodb: version bump (diff) | |
download | gentoo-92bd5f5f7e738ba6aee747082efb02cce780f1dd.tar.gz gentoo-92bd5f5f7e738ba6aee747082efb02cce780f1dd.tar.bz2 gentoo-92bd5f5f7e738ba6aee747082efb02cce780f1dd.zip |
kde4-functions.eclass: Set KDEBASE for category kde-plasma
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/kde4-functions.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/kde4-functions.eclass b/eclass/kde4-functions.eclass index a600d55c2418..0c130a1daf3d 100644 --- a/eclass/kde4-functions.eclass +++ b/eclass/kde4-functions.eclass @@ -36,7 +36,7 @@ esac # @DESCRIPTION: # This gets set to a non-zero value when a package is considered a kde or # kdevelop ebuild. -if [[ ${CATEGORY} = kde-base || ${CATEGORY} = kde-apps || ${CATEGORY} = kde-frameworks ]]; then +if [[ ${CATEGORY} = kde-base || ${CATEGORY} == kde-plasma || ${CATEGORY} = kde-apps || ${CATEGORY} = kde-frameworks ]]; then debug-print "${ECLASS}: KDEBASE ebuild recognized" KDEBASE=kde-base elif [[ ${KMNAME-${PN}} = kdevelop ]]; then |