Skip to content

Commit

Permalink
kde4-functions.eclass: Set KDEBASE for category kde-plasma
Browse files Browse the repository at this point in the history
  • Loading branch information
johu committed Nov 3, 2016
1 parent 0983b90 commit 92bd5f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eclass/kde4-functions.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 92bd5f5

Please sign in to comment.