diff options
Diffstat (limited to 'eclass')
| -rw-r--r-- | eclass/kde4-functions.eclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/kde4-functions.eclass b/eclass/kde4-functions.eclass index 917f04b3e2a..174cc93c222 100644 --- a/eclass/kde4-functions.eclass +++ b/eclass/kde4-functions.eclass @@ -294,7 +294,8 @@ add_kdeapps_dep() { ver=${KDE_MINIMAL} # if building kde-apps, live master or stable-live branch, # use the final SC version since there are no further general releases. - elif [[ ${CATEGORY} == kde-apps || ${PV} == *9999 ]]; then + # except when it is kdepim split packages, which rely on same-version deps + elif [[ ${CATEGORY} == kde-apps || ${PV} == *9999 ]] && [[ ${KMNAME} != "kdepim" ]]; then ver=4.14.3 else ver=${PV} |
