From a5b780112a12208eed24879d9738190d1e5aebed Mon Sep 17 00:00:00 2001 From: Jonathan Callen Date: Thu, 3 Sep 2009 02:56:15 -0400 Subject: Remove libknotificationitem from KDE live; now included in kdelibs --- eclass/kde4-base.eclass | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'eclass') diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass index 664d989014d..235110fe644 100644 --- a/eclass/kde4-base.eclass +++ b/eclass/kde4-base.eclass @@ -230,8 +230,10 @@ kdecommondepend=" ) " if [[ ${PN} != kdelibs ]]; then - [[ ${PN} != libknotificationitem ]] && slot_is_at_least 4.3 ${KDE_MINIMAL} && local libknotificationitem_required=1 if [[ ${KDEBASE} = kde-base ]]; then + # All SLOT=4.3 and any SLOT=4.4 where PV < 4.3.66; only kde-base/ + [[ ${PN} != libknotificationitem ]] && slot_is_at_least 4.3 ${SLOT} && \ + [[ ${_pvn} < 4.3.66 || ${_pvn} == 4.3.9999 ]] && local libknotificationitem_required=1 kdecommondepend+=" kdeprefix? ( >=kde-base/kdelibs${_pv}[kdeprefix] ) !kdeprefix? ( >=kde-base/kdelibs${_pvn}[-kdeprefix] ) @@ -245,10 +247,6 @@ if [[ ${PN} != kdelibs ]]; then kdecommondepend+=" >=kde-base/kdelibs${_pv} " - [[ -n ${libknotificationitem_required} ]] && \ - kdecommondepend+=" - >=kde-base/libknotificationitem${_pv} - " fi fi unset _pv _pvn -- cgit v1.2.3