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 2BFAA13838B for ; Tue, 16 Sep 2014 20:15:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 79D72E0BCE; Tue, 16 Sep 2014 20:15:10 +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 D6835E0BC7 for ; Tue, 16 Sep 2014 20:15:09 +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 02BD53401F6 for ; Tue, 16 Sep 2014 20:15:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 50C2E5BC2 for ; Tue, 16 Sep 2014 20:15:07 +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: <1410898493.42f27063c88236376435c2dc6799d0edf23cb73d.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: net-im/ktp-auth-handler/ X-VCS-Repository: proj/kde X-VCS-Files: net-im/ktp-auth-handler/ktp-auth-handler-4.9999.ebuild X-VCS-Directories: net-im/ktp-auth-handler/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 42f27063c88236376435c2dc6799d0edf23cb73d X-VCS-Branch: master Date: Tue, 16 Sep 2014 20:15:07 +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: b318d63a-f133-4a66-be2f-41867c80b2ee X-Archives-Hash: 4131aa23774aa812fa6cff6a7445d46b commit: 42f27063c88236376435c2dc6799d0edf23cb73d Author: Johannes Huber gentoo org> AuthorDate: Tue Sep 16 19:45:51 2014 +0000 Commit: Johannes Huber gentoo org> CommitDate: Tue Sep 16 20:14:53 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=42f27063 [net-im/ktp-auth-handler] Add missing RDEPEND on app-crypt/qca-ossl:2 Package-Manager: portage-2.2.12 --- net-im/ktp-auth-handler/ktp-auth-handler-4.9999.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net-im/ktp-auth-handler/ktp-auth-handler-4.9999.ebuild b/net-im/ktp-auth-handler/ktp-auth-handler-4.9999.ebuild index c3e8c72..974477e 100644 --- a/net-im/ktp-auth-handler/ktp-auth-handler-4.9999.ebuild +++ b/net-im/ktp-auth-handler/ktp-auth-handler-4.9999.ebuild @@ -28,4 +28,6 @@ DEPEND=" >=net-im/ktp-common-internals-${PV} >=net-libs/telepathy-qt-0.9.5[qt4] " -RDEPEND="${DEPEND}" +RDEPEND="${DEPEND} + app-crypt/qca-ossl:2 +"