From 5b50d0df3ffe7b6051b41abf1268ec10e58c810b Mon Sep 17 00:00:00 2001 From: Matoro Mahri Date: Wed, 3 Jan 2024 17:11:26 -0500 Subject: [PATCH] sys-cluster/ceph: fix babeltrace subslot restriction in 18.2.0-r2 Mistyped this in the initial fix. Closes: https://bugs.gentoo.org/920371 Signed-off-by: Matoro Mahri Closes: https://github.com/gentoo/gentoo/pull/34626 Signed-off-by: Sam James --- sys-cluster/ceph/ceph-18.2.0-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-cluster/ceph/ceph-18.2.0-r2.ebuild b/sys-cluster/ceph/ceph-18.2.0-r2.ebuild index e4eee27edc163..c145fc4450fe2 100644 --- a/sys-cluster/ceph/ceph-18.2.0-r2.ebuild +++ b/sys-cluster/ceph/ceph-18.2.0-r2.ebuild @@ -74,7 +74,7 @@ DEPEND=" sys-process/numactl:= virtual/libcrypt:= x11-libs/libpciaccess:= - babeltrace? ( dev-util/babeltrace:0/2 ) + babeltrace? ( dev-util/babeltrace:0/1 ) fuse? ( sys-fs/fuse:3= ) jemalloc? ( dev-libs/jemalloc:= ) !jemalloc? ( >=dev-util/google-perftools-2.6.1:= )