Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/qutim/
Date: Mon, 25 Apr 2016 08:00:04
Message-Id: 1461570323.f6fa93c30544fcc0b24289916456b22fc09f2110.monsieurp@gentoo
1 commit: f6fa93c30544fcc0b24289916456b22fc09f2110
2 Author: Golubev Alexander <fatzer2 <AT> gmail <DOT> com>
3 AuthorDate: Mon Apr 25 06:02:39 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 25 07:45:23 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6fa93c3
7
8 net-im/qutim: fix dependencies upon net-libs/jreen
9
10 Gentoo-Bug: https://bugs.gentoo.org/580854
11 Closes: https://github.com/gentoo/gentoo/pull/1342
12
13 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
14
15 net-im/qutim/qutim-0.3.2.ebuild | 2 +-
16 net-im/qutim/qutim-0.3.3_p1.ebuild | 2 +-
17 2 files changed, 2 insertions(+), 2 deletions(-)
18
19 diff --git a/net-im/qutim/qutim-0.3.2.ebuild b/net-im/qutim/qutim-0.3.2.ebuild
20 index 9ebfd41..44cbf17 100644
21 --- a/net-im/qutim/qutim-0.3.2.ebuild
22 +++ b/net-im/qutim/qutim-0.3.2.ebuild
23 @@ -43,7 +43,7 @@ CDEPEND="
24 telepathy? ( >=net-libs/telepathy-qt-0.3 )
25 xmpp? (
26 app-crypt/qca:2[qt4(+)]
27 - >=net-libs/jreen-1.2.0
28 + >=net-libs/jreen-1.2.0[qt4]
29 )
30 jingle? ( dev-qt/qt-mobility[multimedia] )
31 oscar? ( app-crypt/qca:2[qt4(+)] )
32
33 diff --git a/net-im/qutim/qutim-0.3.3_p1.ebuild b/net-im/qutim/qutim-0.3.3_p1.ebuild
34 index 3e80744..855b5e0 100644
35 --- a/net-im/qutim/qutim-0.3.3_p1.ebuild
36 +++ b/net-im/qutim/qutim-0.3.3_p1.ebuild
37 @@ -44,7 +44,7 @@ CDEPEND="
38 telepathy? ( >=net-libs/telepathy-qt-0.3 )
39 xmpp? (
40 app-crypt/qca:2[qt4(+)]
41 - >=net-libs/jreen-1.2.0
42 + >=net-libs/jreen-1.2.0[qt4]
43 )
44 jingle? ( dev-qt/qt-mobility[multimedia] )
45 oscar? ( app-crypt/qca:2[qt4(+)] )