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 7B95E138A1A for ; Thu, 29 Jan 2015 01:24:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3452FE0805; Thu, 29 Jan 2015 01:24:22 +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 DACC7E0805 for ; Thu, 29 Jan 2015 01:24:21 +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 182B7340554 for ; Thu, 29 Jan 2015 01:24:21 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0776310853 for ; Thu, 29 Jan 2015 01:24:19 +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: <1422494646.7e5e0e7135db17de66564455aeb5ec53f1ab0539.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-4.9999.ebuild X-VCS-Directories: net-irc/konversation/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 7e5e0e7135db17de66564455aeb5ec53f1ab0539 X-VCS-Branch: master Date: Thu, 29 Jan 2015 01:24:19 +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: e3b603bd-91e0-4c3a-b441-aec5a0b47b49 X-Archives-Hash: 938c3fe249d6cf0a075cd8f430161957 commit: 7e5e0e7135db17de66564455aeb5ec53f1ab0539 Author: Johannes Huber gentoo org> AuthorDate: Thu Jan 29 01:24:06 2015 +0000 Commit: Johannes Huber gentoo org> CommitDate: Thu Jan 29 01:24:06 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=7e5e0e71 [net-irc/konversation] Adjust dependencies to handle merged plugins in >=app-crypt/qca-2.1 Package-Manager: portage-2.2.15 --- net-irc/konversation/konversation-4.9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-irc/konversation/konversation-4.9999.ebuild b/net-irc/konversation/konversation-4.9999.ebuild index f30980c..499376e 100644 --- a/net-irc/konversation/konversation-4.9999.ebuild +++ b/net-irc/konversation/konversation-4.9999.ebuild @@ -22,10 +22,10 @@ IUSE="+crypt debug" DEPEND=" $(add_kdebase_dep kdepimlibs) media-libs/phonon[qt4] - crypt? ( app-crypt/qca:2 ) + crypt? ( app-crypt/qca:2[qt4] ) " RDEPEND="${DEPEND} - crypt? ( app-crypt/qca-ossl:2 ) + crypt? ( app-crypt/qca:2[openssl] ) " src_configure() {