commit: a1690aa30fc461e841889f86a40143aa61847307
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 22 13:12:19 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Feb 22 18:27:27 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1690aa3
net-im/psi: Relax app-crypt/qca qt5-usedep
Package-Manager: Portage-2.3.24, Repoman-2.3.6
net-im/psi/psi-9999.ebuild | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/net-im/psi/psi-9999.ebuild b/net-im/psi/psi-9999.ebuild
index 20f9be17efa..e6240c96afa 100644
--- a/net-im/psi/psi-9999.ebuild
+++ b/net-im/psi/psi-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -33,7 +33,7 @@ REQUIRED_USE="
"
RDEPEND="
- app-crypt/qca:2[qt5]
+ app-crypt/qca:2[qt5(+)]
dev-qt/qtconcurrent:5
dev-qt/qtcore:5
dev-qt/qtgui:5
@@ -54,8 +54,8 @@ RDEPEND="
)
hunspell? ( app-text/hunspell:= )
webengine? (
- >=dev-qt/qtwebchannel-5.7:5
- >=dev-qt/qtwebengine-5.7:5[widgets]
+ dev-qt/qtwebchannel:5
+ dev-qt/qtwebengine:5[widgets]
)
webkit? ( dev-qt/qtwebkit:5 )
whiteboarding? ( dev-qt/qtsvg:5 )