Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: eclass/
Date: Sun, 31 Jan 2016 16:22:08
Message-Id: 1454257307.87f295e2e641ffb819c6746e35e6ba9a87d108a0.kensington@gentoo
1 commit: 87f295e2e641ffb819c6746e35e6ba9a87d108a0
2 Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
3 AuthorDate: Thu Jan 7 17:12:50 2016 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 31 16:21:47 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=87f295e2
7
8 kde4-meta.eclass: Synchronise with tree
9
10 eclass/kde4-meta.eclass | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/eclass/kde4-meta.eclass b/eclass/kde4-meta.eclass
14 index 3a90f50..816f20a 100644
15 --- a/eclass/kde4-meta.eclass
16 +++ b/eclass/kde4-meta.eclass
17 @@ -28,7 +28,7 @@ case ${KMNAME} in
18 case ${PN} in
19 akregator|kaddressbook|kjots|kmail|knode|knotes|korganizer|ktimetracker)
20 IUSE+=" +kontact"
21 - RDEPEND+=" kontact? ( $(add_kdeapps_dep kontact) )"
22 + RDEPEND+=" kontact? ( $(add_kdeapps_dep kontact '' ${PV}) )"
23 ;;
24 esac
25 ;;