summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorAndreas Sturmlechner <andreas.sturmlechner@gmail.com>2016-01-02 22:00:55 +0100
committerAndreas Sturmlechner <andreas.sturmlechner@gmail.com>2016-01-02 22:00:55 +0100
commit592fbf5ca5e43d8b6114c69c67a7176cc40d39f6 (patch)
tree2d3ac6e27b5610acfce51b417de2ec0f4540623b /eclass
parentdev-games/clanlib: fix dev-db/sqlite slot dep (bug 570652) (diff)
downloadgentoo-592fbf5ca5e43d8b6114c69c67a7176cc40d39f6.tar.gz
gentoo-592fbf5ca5e43d8b6114c69c67a7176cc40d39f6.tar.bz2
gentoo-592fbf5ca5e43d8b6114c69c67a7176cc40d39f6.zip
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
Diffstat (limited to 'eclass')
-rw-r--r--eclass/kde4-meta.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/kde4-meta.eclass b/eclass/kde4-meta.eclass
index a28c8a1050ab..df7dfa41cfa5 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
;;