kde4-meta.eclass: Depend on same version of kontact

Since add_kdeapps_dep would otherwise set the min version to 4.14.3
which breaks 4.4.2015.06 with USE=kontact
This commit is contained in:
Andreas Sturmlechner
2016-01-02 22:00:55 +01:00
parent 3929a8de98
commit 592fbf5ca5

View File

@@ -28,7 +28,7 @@ case ${KMNAME} in
case ${PN} in
akregator|kaddressbook|kjots|kmail|knode|knotes|korganizer|ktimetracker)
IUSE+=" +kontact"
RDEPEND+=" kontact? ( $(add_kdeapps_dep kontact) )"
RDEPEND+=" kontact? ( $(add_kdeapps_dep kontact '' ${PV}) )"
;;
esac
;;