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 330C3138A1A for ; Tue, 17 Feb 2015 13:44:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4A845E089C; Tue, 17 Feb 2015 13:44:08 +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 C790DE089D for ; Tue, 17 Feb 2015 13:44:07 +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 BE020340706 for ; Tue, 17 Feb 2015 13:44:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6B90211F4F for ; Tue, 17 Feb 2015 13:44:05 +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: <1424180462.17a345d7a1a56b8d6ad5ed6242e190e7cd6b3f95.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: net-libs/libktorrent/ X-VCS-Repository: proj/kde X-VCS-Files: net-libs/libktorrent/libktorrent-9999.ebuild X-VCS-Directories: net-libs/libktorrent/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 17a345d7a1a56b8d6ad5ed6242e190e7cd6b3f95 X-VCS-Branch: master Date: Tue, 17 Feb 2015 13:44:05 +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: 11f834dd-6211-475a-9cb2-61d57c41ae5c X-Archives-Hash: 841caba8bf3ce6cd24c16225920c8175 commit: 17a345d7a1a56b8d6ad5ed6242e190e7cd6b3f95 Author: Michael Palimaka gentoo org> AuthorDate: Tue Feb 17 13:41:02 2015 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Tue Feb 17 13:41:02 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=17a345d7 [net-libs/libktorrent] Add missing dependency SLOTs. Package-Manager: portage-2.2.14 --- net-libs/libktorrent/libktorrent-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-libs/libktorrent/libktorrent-9999.ebuild b/net-libs/libktorrent/libktorrent-9999.ebuild index 89786db..bf256b5 100644 --- a/net-libs/libktorrent/libktorrent-9999.ebuild +++ b/net-libs/libktorrent/libktorrent-9999.ebuild @@ -36,8 +36,8 @@ IUSE="debug" RDEPEND=" app-crypt/qca:2[qt4] - dev-libs/gmp - dev-libs/libgcrypt:= + dev-libs/gmp:0 + dev-libs/libgcrypt:0= " DEPEND="${RDEPEND} dev-libs/boost