Gentoo Archives: gentoo-commits

From: "Andreas Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Sat, 02 Jan 2016 21:18:43
Message-Id: 1451768455.592fbf5ca5e43d8b6114c69c67a7176cc40d39f6.dilfridge@gentoo
1 commit: 592fbf5ca5e43d8b6114c69c67a7176cc40d39f6
2 Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
3 AuthorDate: Sat Jan 2 21:00:55 2016 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 2 21:00:55 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=592fbf5c
7
8 kde4-meta.eclass: Depend on same version of kontact
9
10 Since add_kdeapps_dep would otherwise set the min version to 4.14.3
11 which breaks 4.4.2015.06 with USE=kontact
12
13 eclass/kde4-meta.eclass | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/eclass/kde4-meta.eclass b/eclass/kde4-meta.eclass
17 index a28c8a1..df7dfa4 100644
18 --- a/eclass/kde4-meta.eclass
19 +++ b/eclass/kde4-meta.eclass
20 @@ -28,7 +28,7 @@ case ${KMNAME} in
21 case ${PN} in
22 akregator|kaddressbook|kjots|kmail|knode|knotes|korganizer|ktimetracker)
23 IUSE+=" +kontact"
24 - RDEPEND+=" kontact? ( $(add_kdeapps_dep kontact) )"
25 + RDEPEND+=" kontact? ( $(add_kdeapps_dep kontact '' ${PV}) )"
26 ;;
27 esac
28 ;;