diff options
| -rw-r--r-- | eclass/kde4-base.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass index 7493d013d07..664d989014d 100644 --- a/eclass/kde4-base.eclass +++ b/eclass/kde4-base.eclass @@ -230,13 +230,13 @@ kdecommondepend=" ) " if [[ ${PN} != kdelibs ]]; then - slot_is_at_least 4.3 ${KDE_MINIMAL} && local libknotificationitem_required=1 + [[ ${PN} != libknotificationitem ]] && slot_is_at_least 4.3 ${KDE_MINIMAL} && local libknotificationitem_required=1 if [[ ${KDEBASE} = kde-base ]]; then kdecommondepend+=" kdeprefix? ( >=kde-base/kdelibs${_pv}[kdeprefix] ) !kdeprefix? ( >=kde-base/kdelibs${_pvn}[-kdeprefix] ) " - [[ ${PN} != "libknotificationitem" && -n ${libknotificationitem_required} ]] && \ + [[ -n ${libknotificationitem_required} ]] && \ kdecommondepend+=" kdeprefix? ( >=kde-base/libknotificationitem${_pv}[kdeprefix] ) !kdeprefix? ( >=kde-base/libknotificationitem${_pvn}[-kdeprefix] ) |
