diff options
Diffstat (limited to 'eclass')
| -rw-r--r-- | eclass/kde4-base.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass index c51c6022e21..1bb4fa57ab5 100644 --- a/eclass/kde4-base.eclass +++ b/eclass/kde4-base.eclass @@ -233,7 +233,7 @@ if [[ ${PN} != kdelibs ]]; then if [[ ${KDEBASE} = kde-base ]]; then # All SLOT=4.3 and any SLOT=4.4 where PV < 4.3.66; only kde-base/ if [[ ${PN} != libknotificationitem ]]; then - if [[ ${SLOT} == 4.3 ]] || [[ ${SLOT} == 4.4 ]] && [[ ${PV} < 4.3.66 ]]; then + if [[ ${SLOT} == 4.3 ]] || [[ ${SLOT} == 4.4 && ${PV} < 4.3.66 ]]; then local libknotificationitem_required=1 fi fi |
