commit:     5b45d6aa641ba33886522aad0034e5a4ac409125
Author:     Karol Herbst <git <AT> karolherbst <DOT> de>
AuthorDate: Tue Jan 20 19:18:49 2015 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Tue Jan 20 20:33:54 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=5b45d6aa

[net-irc/konversation] should depend on qca[openssl

DH and CBC (ECB too, but ECB doesn't matter) support are only provided
through the qca-ossl plugin, which are the only ones supported by
konversation. It makes no sense to enable crypt support without having
the qca-ossl plugin enabled at all.

---
 net-irc/konversation/konversation-9999.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net-irc/konversation/konversation-9999.ebuild 
b/net-irc/konversation/konversation-9999.ebuild
index dc8a61e..30a5413 100644
--- a/net-irc/konversation/konversation-9999.ebuild
+++ b/net-irc/konversation/konversation-9999.ebuild
@@ -49,6 +49,7 @@ DEPEND="
 "
 RDEPEND="${DEPEND}
        !net-irc/konversation:4
+       crypt? ( app-crypt/qca:2[openssl] )
 "
 
 src_configure() {

Reply via email to