From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3BE2B138331 for ; Tue, 4 Oct 2016 10:07:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0ABD7E0B0D; Tue, 4 Oct 2016 10:07:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E308AE0B0D for ; Tue, 4 Oct 2016 10:07:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 818AD340FCA for ; Tue, 4 Oct 2016 10:07:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A970524A7 for ; Tue, 4 Oct 2016 10:07:13 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1475575623.67b80456a30cf622166cc32e1e914583da0ccadc.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/ceph/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/ceph/ceph-10.2.2-r1.ebuild sys-cluster/ceph/ceph-10.2.2-r2.ebuild X-VCS-Directories: sys-cluster/ceph/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 67b80456a30cf622166cc32e1e914583da0ccadc X-VCS-Branch: master Date: Tue, 4 Oct 2016 10:07:13 +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: b48b6fdd-4eda-41f5-a883-c4fc44bb730f X-Archives-Hash: 1fb2ece28133821a45fcb5e4033e0e7e commit: 67b80456a30cf622166cc32e1e914583da0ccadc Author: Alexis Ballier gentoo org> AuthorDate: Tue Oct 4 10:06:41 2016 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue Oct 4 10:07:03 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67b80456 sys-cluster/ceph: add missing := dep on crypto++ Package-Manager: portage-2.3.1 sys-cluster/ceph/{ceph-10.2.2-r1.ebuild => ceph-10.2.2-r2.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-cluster/ceph/ceph-10.2.2-r1.ebuild b/sys-cluster/ceph/ceph-10.2.2-r2.ebuild similarity index 99% rename from sys-cluster/ceph/ceph-10.2.2-r1.ebuild rename to sys-cluster/ceph/ceph-10.2.2-r2.ebuild index 276f496..1c644ef 100644 --- a/sys-cluster/ceph/ceph-10.2.2-r1.ebuild +++ b/sys-cluster/ceph/ceph-10.2.2-r2.ebuild @@ -40,7 +40,7 @@ COMMON_DEPEND=" dev-libs/leveldb[snappy] nss? ( dev-libs/nss ) libatomic? ( dev-libs/libatomic_ops ) - cryptopp? ( dev-libs/crypto++ ) + cryptopp? ( dev-libs/crypto++:= ) sys-apps/keyutils sys-apps/util-linux dev-libs/libxml2