From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 5E823138A1A for ; Tue, 20 Jan 2015 20:34:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 53509E0954; Tue, 20 Jan 2015 20:34:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 05510E0954 for ; Tue, 20 Jan 2015 20:34:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DCFC33406F2 for ; Tue, 20 Jan 2015 20:34:39 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EF88F10014 for ; Tue, 20 Jan 2015 20:34:37 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1421786034.5b45d6aa641ba33886522aad0034e5a4ac409125.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: net-irc/konversation/ X-VCS-Repository: proj/kde X-VCS-Files: net-irc/konversation/konversation-9999.ebuild X-VCS-Directories: net-irc/konversation/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 5b45d6aa641ba33886522aad0034e5a4ac409125 X-VCS-Branch: master Date: Tue, 20 Jan 2015 20:34:37 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 2159bac0-7a15-4943-a5b3-4988b4aec0a2 X-Archives-Hash: f785c90590a6a7c9daaa718c6a3afeb3 commit: 5b45d6aa641ba33886522aad0034e5a4ac409125 Author: Karol Herbst karolherbst de> AuthorDate: Tue Jan 20 19:18:49 2015 +0000 Commit: Johannes Huber gentoo 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() {