commit: b08fbad08006b48bb93b66d433484caf6eca7af7 Author: Patrick Lauer <patrick <AT> gentoo <DOT> org> AuthorDate: Tue Jul 30 12:28:36 2024 +0000 Commit: Patrick Lauer <patrick <AT> gentoo <DOT> org> CommitDate: Tue Jul 30 12:29:07 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b08fbad0
sys-cluster/ceph: Add dev-vcs/git dep Temporary fix as build system trips over lack of git. Bug: https://bugs.gentoo.org/934916 Signed-off-by: Patrick Lauer <patrick <AT> gentoo.org> sys-cluster/ceph/ceph-18.2.4-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sys-cluster/ceph/ceph-18.2.4-r1.ebuild b/sys-cluster/ceph/ceph-18.2.4-r1.ebuild index 72c7f3f2a9e0..3eee4228c126 100644 --- a/sys-cluster/ceph/ceph-18.2.4-r1.ebuild +++ b/sys-cluster/ceph/ceph-18.2.4-r1.ebuild @@ -62,6 +62,7 @@ DEPEND=" dev-cpp/yaml-cpp:= dev-python/natsort[${PYTHON_USEDEP}] dev-python/pyyaml[${PYTHON_USEDEP}] + dev-vcs/git net-dns/c-ares:= net-libs/gnutls:= sys-auth/oath-toolkit:=
