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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6E35E15838C for ; Sat, 20 Jan 2024 12:36:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F169CE29CD; Sat, 20 Jan 2024 12:36:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DAD95E29CD for ; Sat, 20 Jan 2024 12:36:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 24DCA343297 for ; Sat, 20 Jan 2024 12:36:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B28DF14BD for ; Sat, 20 Jan 2024 12:36:35 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1705754138.5b50d0df3ffe7b6051b41abf1268ec10e58c810b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/ceph/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/ceph/ceph-18.2.0-r2.ebuild X-VCS-Directories: sys-cluster/ceph/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5b50d0df3ffe7b6051b41abf1268ec10e58c810b X-VCS-Branch: master Date: Sat, 20 Jan 2024 12:36:35 +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: cfce5d1b-c195-4602-9df3-2d10c1566232 X-Archives-Hash: f7b21b51549a1a30262b000cf8b3b696 commit: 5b50d0df3ffe7b6051b41abf1268ec10e58c810b Author: Matoro Mahri matoro tk> AuthorDate: Wed Jan 3 22:11:26 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sat Jan 20 12:35:38 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b50d0df 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 matoro.tk> Closes: https://github.com/gentoo/gentoo/pull/34626 Signed-off-by: Sam James gentoo.org> 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 e4eee27edc16..c145fc4450fe 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:= )