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 80D90138ACE for ; Mon, 9 Mar 2015 12:20:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CF767E091F; Mon, 9 Mar 2015 12:20:34 +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 759B9E091F for ; Mon, 9 Mar 2015 12:20:34 +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 68E423407F8 for ; Mon, 9 Mar 2015 12:20:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0A6AC13608 for ; Mon, 9 Mar 2015 12:20:29 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1425903607.351e58fc875ab80ef5fc4b69927c0e8e9823790f.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/ktp-auth-handler/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/ktp-auth-handler/ktp-auth-handler-9999.ebuild X-VCS-Directories: kde-apps/ktp-auth-handler/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 351e58fc875ab80ef5fc4b69927c0e8e9823790f X-VCS-Branch: master Date: Mon, 9 Mar 2015 12:20:29 +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: 8997c149-3b85-491b-ab10-33d40edaaf23 X-Archives-Hash: b1bef5a1f7a4713d627b5e945eb23574 commit: 351e58fc875ab80ef5fc4b69927c0e8e9823790f Author: Michael Palimaka gentoo org> AuthorDate: Mon Mar 9 12:20:07 2015 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Mon Mar 9 12:20:07 2015 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=351e58fc [kde-apps/ktp-auth-handler] qca openssl plugin is required. Package-Manager: portage-2.2.17 kde-apps/ktp-auth-handler/ktp-auth-handler-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-apps/ktp-auth-handler/ktp-auth-handler-9999.ebuild b/kde-apps/ktp-auth-handler/ktp-auth-handler-9999.ebuild index 6a7c80f..6efadda 100644 --- a/kde-apps/ktp-auth-handler/ktp-auth-handler-9999.ebuild +++ b/kde-apps/ktp-auth-handler/ktp-auth-handler-9999.ebuild @@ -21,7 +21,7 @@ DEPEND=" $(add_frameworks_dep kwidgetsaddons) $(add_kdeapps_dep kaccounts-integration) $(add_kdeapps_dep ktp-common-internals) - app-crypt/qca[qt5] + app-crypt/qca[openssl,qt5] dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5