summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Mrozowski (reavertm) <reavertm@poczta.fm>2009-08-31 11:17:09 +0200
committerMaciej Mrozowski (reavertm) <reavertm@poczta.fm>2009-08-31 11:17:09 +0200
commit40f59aba348b6af046147ab299b662b22392ad2b (patch)
tree6476132fa8dd89e9703236d36e7f5436b65ac04c
parentab1dd9e1ddf9348c7ca6edb97bc44938176cc7e3 (diff)
downloadkde-40f59aba348b6af046147ab299b662b22392ad2b.tar.gz
kde-40f59aba348b6af046147ab299b662b22392ad2b.tar.bz2
kde-40f59aba348b6af046147ab299b662b22392ad2b.zip
[eclass] To cover all codepaths, previous fix needs to be like this (libknotificationitem exclusion)
-rw-r--r--eclass/kde4-base.eclass4
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] )