mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user