diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-02-22 14:12:19 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-02-22 19:27:27 +0100 |
commit | a1690aa30fc461e841889f86a40143aa61847307 (patch) | |
tree | 614f845527ac3226320b6bf7f9532e1ca7419f90 /net-im/psi | |
parent | www-apps/icingaweb2: 2.5.1 stable amd64 and x86 (diff) | |
download | gentoo-a1690aa30fc461e841889f86a40143aa61847307.tar.gz gentoo-a1690aa30fc461e841889f86a40143aa61847307.tar.bz2 gentoo-a1690aa30fc461e841889f86a40143aa61847307.zip |
net-im/psi: Relax app-crypt/qca qt5-usedep
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'net-im/psi')
-rw-r--r-- | net-im/psi/psi-9999.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-im/psi/psi-9999.ebuild b/net-im/psi/psi-9999.ebuild index 20f9be17efad..e6240c96afa4 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 ) |