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 EC387138CDC for ; Tue, 2 Jun 2015 21:37:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D4A4FE0856; Tue, 2 Jun 2015 21:37:00 +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 5465FE0856 for ; Tue, 2 Jun 2015 21:37:00 +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 86E11340B25 for ; Tue, 2 Jun 2015 21:36:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 74FB5A0C for ; Tue, 2 Jun 2015 21:36:57 +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: <1433280659.c2b5169f38eeae7bbe2ac3b5b5cc817df8383333.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-1.6.ebuild 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: c2b5169f38eeae7bbe2ac3b5b5cc817df8383333 X-VCS-Branch: master Date: Tue, 2 Jun 2015 21:36:57 +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: 49ee0fe7-ccb7-47b1-a456-d0536eb539c7 X-Archives-Hash: 4904f58daadeec4b25012cdac21f5f30 commit: c2b5169f38eeae7bbe2ac3b5b5cc817df8383333 Author: Johannes Huber gentoo org> AuthorDate: Tue Jun 2 21:30:59 2015 +0000 Commit: Johannes Huber gentoo org> CommitDate: Tue Jun 2 21:30:59 2015 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c2b5169f [net-irc/konversation] Fix crypt USE flag Package-Manager: portage-2.2.20 net-irc/konversation/konversation-1.6.ebuild | 2 +- net-irc/konversation/konversation-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-irc/konversation/konversation-1.6.ebuild b/net-irc/konversation/konversation-1.6.ebuild index 0c34a17..1e7cb4e 100644 --- a/net-irc/konversation/konversation-1.6.ebuild +++ b/net-irc/konversation/konversation-1.6.ebuild @@ -57,7 +57,7 @@ RDEPEND="${DEPEND} src_configure() { local mycmakeargs=( - $(cmake-utils_use_find_package crypt Qca) + $(cmake-utils_use_find_package crypt Qca-qt5) ) kde5_src_configure diff --git a/net-irc/konversation/konversation-9999.ebuild b/net-irc/konversation/konversation-9999.ebuild index a773430..b275284 100644 --- a/net-irc/konversation/konversation-9999.ebuild +++ b/net-irc/konversation/konversation-9999.ebuild @@ -56,7 +56,7 @@ RDEPEND="${DEPEND} src_configure() { local mycmakeargs=( - $(cmake-utils_use_find_package crypt Qca) + $(cmake-utils_use_find_package crypt Qca-qt5) ) kde5_src_configure