commit: 592fbf5ca5e43d8b6114c69c67a7176cc40d39f6
Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Sat Jan 2 21:00:55 2016 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Jan 2 21:00:55 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=592fbf5c
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
eclass/kde4-meta.eclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/eclass/kde4-meta.eclass b/eclass/kde4-meta.eclass
index a28c8a1..df7dfa4 100644
--- a/eclass/kde4-meta.eclass
+++ b/eclass/kde4-meta.eclass
@@ -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
;;