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 4EA081382C5 for ; Sat, 12 Dec 2020 19:58:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 95602E0955; Sat, 12 Dec 2020 19:58:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7720DE0955 for ; Sat, 12 Dec 2020 19:58:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 684CE340DE6 for ; Sat, 12 Dec 2020 19:58:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AB30242F for ; Sat, 12 Dec 2020 19:58:47 +0000 (UTC) From: "Patrick McLean" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick McLean" Message-ID: <1607803112.4de5b999d01fc7c7bae6814dc7f4e9667daebf4d.chutzpah@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/ceph/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/ceph/ceph-15.2.7-r1.ebuild sys-cluster/ceph/ceph-15.2.7.ebuild X-VCS-Directories: sys-cluster/ceph/ X-VCS-Committer: chutzpah X-VCS-Committer-Name: Patrick McLean X-VCS-Revision: 4de5b999d01fc7c7bae6814dc7f4e9667daebf4d X-VCS-Branch: master Date: Sat, 12 Dec 2020 19:58:47 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4477f51e-3d71-4477-825b-01ddcb58f261 X-Archives-Hash: c8a9f4e6c3fe1c57547980bf996f0727 commit: 4de5b999d01fc7c7bae6814dc7f4e9667daebf4d Author: Patrick McLean gentoo org> AuthorDate: Sat Dec 12 19:58:32 2020 +0000 Commit: Patrick McLean gentoo org> CommitDate: Sat Dec 12 19:58:32 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4de5b999 sys-cluster/ceph-15.2.7-r1: add dep on dev-cpp/gflags (bug #759346) Closes: https://bugs.gentoo.org/759346 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Patrick McLean gentoo.org> sys-cluster/ceph/{ceph-15.2.7.ebuild => ceph-15.2.7-r1.ebuild} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys-cluster/ceph/ceph-15.2.7.ebuild b/sys-cluster/ceph/ceph-15.2.7-r1.ebuild similarity index 99% rename from sys-cluster/ceph/ceph-15.2.7.ebuild rename to sys-cluster/ceph/ceph-15.2.7-r1.ebuild index ee2ec4c7013..df2f81bfe06 100644 --- a/sys-cluster/ceph/ceph-15.2.7.ebuild +++ b/sys-cluster/ceph/ceph-15.2.7-r1.ebuild @@ -43,13 +43,14 @@ DEPEND=" app-arch/zstd:= app-shells/bash:0 app-misc/jq:= + dev-cpp/gflags:= dev-libs/crypto++:= dev-libs/leveldb:=[snappy,tcmalloc(-)?] - dev-libs/rocksdb:= dev-libs/libaio:= dev-libs/libfmt:= dev-libs/libnl:3= dev-libs/libxml2:= + dev-libs/rocksdb:= dev-libs/xmlsec:=[!openssl?,!libressl?] dev-cpp/yaml-cpp:= dev-libs/nss:=