Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/psi/
Date: Thu, 22 Feb 2018 18:27:53
Message-Id: 1519324047.a1690aa30fc461e841889f86a40143aa61847307.asturm@gentoo
1 commit: a1690aa30fc461e841889f86a40143aa61847307
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 22 13:12:19 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 22 18:27:27 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1690aa3
7
8 net-im/psi: Relax app-crypt/qca qt5-usedep
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 net-im/psi/psi-9999.ebuild | 8 ++++----
13 1 file changed, 4 insertions(+), 4 deletions(-)
14
15 diff --git a/net-im/psi/psi-9999.ebuild b/net-im/psi/psi-9999.ebuild
16 index 20f9be17efa..e6240c96afa 100644
17 --- a/net-im/psi/psi-9999.ebuild
18 +++ b/net-im/psi/psi-9999.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -33,7 +33,7 @@ REQUIRED_USE="
26 "
27
28 RDEPEND="
29 - app-crypt/qca:2[qt5]
30 + app-crypt/qca:2[qt5(+)]
31 dev-qt/qtconcurrent:5
32 dev-qt/qtcore:5
33 dev-qt/qtgui:5
34 @@ -54,8 +54,8 @@ RDEPEND="
35 )
36 hunspell? ( app-text/hunspell:= )
37 webengine? (
38 - >=dev-qt/qtwebchannel-5.7:5
39 - >=dev-qt/qtwebengine-5.7:5[widgets]
40 + dev-qt/qtwebchannel:5
41 + dev-qt/qtwebengine:5[widgets]
42 )
43 webkit? ( dev-qt/qtwebkit:5 )
44 whiteboarding? ( dev-qt/qtsvg:5 )