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 9A9E4158004 for ; Thu, 28 Dec 2023 02:59:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 07EA42BC0A2; Thu, 28 Dec 2023 02:57:58 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 D6CFC2BC0A2 for ; Thu, 28 Dec 2023 02:57:57 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DA0F834072E for ; Thu, 28 Dec 2023 02:57:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4D6C314BD for ; Thu, 28 Dec 2023 02:57:55 +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: <1703732200.bfb7e0baa25b6a4b3a22e9bdd0e406e1827417e2.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-16.2.14-r1.ebuild sys-cluster/ceph/ceph-17.2.6-r8.ebuild sys-cluster/ceph/ceph-17.2.7.ebuild 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: bfb7e0baa25b6a4b3a22e9bdd0e406e1827417e2 X-VCS-Branch: master Date: Thu, 28 Dec 2023 02:57:55 +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: 57c6ba1a-4c8d-4b20-b0d4-d97e2cc34c57 X-Archives-Hash: d25d4e2bc64285bf74bd01673297d262 commit: bfb7e0baa25b6a4b3a22e9bdd0e406e1827417e2 Author: Matoro Mahri matoro tk> AuthorDate: Wed Dec 20 18:10:02 2023 +0000 Commit: Sam James gentoo org> CommitDate: Thu Dec 28 02:56:40 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfb7e0ba sys-cluster/ceph: limit to dev-util/babeltrace:0/1 for USE=babeltrace dev-util/babeltrace:0/2 installs itself as "babeltrace2" for pkg-config. This is on purpose since the interface is significantly different enough to require complete rewrites against it. Closes: https://bugs.gentoo.org/920371 Signed-off-by: Matoro Mahri matoro.tk> Closes: https://github.com/gentoo/gentoo/pull/34384 Signed-off-by: Sam James gentoo.org> sys-cluster/ceph/ceph-16.2.14-r1.ebuild | 2 +- sys-cluster/ceph/ceph-17.2.6-r8.ebuild | 2 +- sys-cluster/ceph/ceph-17.2.7.ebuild | 2 +- sys-cluster/ceph/ceph-18.2.0-r2.ebuild | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys-cluster/ceph/ceph-16.2.14-r1.ebuild b/sys-cluster/ceph/ceph-16.2.14-r1.ebuild index 40f04bb1347a..792c0f3aae43 100644 --- a/sys-cluster/ceph/ceph-16.2.14-r1.ebuild +++ b/sys-cluster/ceph/ceph-16.2.14-r1.ebuild @@ -70,7 +70,7 @@ DEPEND=" sys-process/numactl:= virtual/libcrypt:= x11-libs/libpciaccess:= - babeltrace? ( dev-util/babeltrace ) + babeltrace? ( dev-util/babeltrace:0/1 ) fuse? ( sys-fs/fuse:3= ) jemalloc? ( dev-libs/jemalloc:= ) !jemalloc? ( >=dev-util/google-perftools-2.6.1:= ) diff --git a/sys-cluster/ceph/ceph-17.2.6-r8.ebuild b/sys-cluster/ceph/ceph-17.2.6-r8.ebuild index 3f4382b4cbef..4cf029831e09 100644 --- a/sys-cluster/ceph/ceph-17.2.6-r8.ebuild +++ b/sys-cluster/ceph/ceph-17.2.6-r8.ebuild @@ -74,7 +74,7 @@ DEPEND=" sys-process/numactl:= virtual/libcrypt:= x11-libs/libpciaccess:= - babeltrace? ( dev-util/babeltrace ) + babeltrace? ( dev-util/babeltrace:0/1 ) fuse? ( sys-fs/fuse:3= ) jemalloc? ( dev-libs/jemalloc:= ) !jemalloc? ( >=dev-util/google-perftools-2.6.1:= ) diff --git a/sys-cluster/ceph/ceph-17.2.7.ebuild b/sys-cluster/ceph/ceph-17.2.7.ebuild index 6718840f7181..e4660e8a7a2a 100644 --- a/sys-cluster/ceph/ceph-17.2.7.ebuild +++ b/sys-cluster/ceph/ceph-17.2.7.ebuild @@ -74,7 +74,7 @@ DEPEND=" sys-process/numactl:= virtual/libcrypt:= x11-libs/libpciaccess:= - babeltrace? ( dev-util/babeltrace ) + babeltrace? ( dev-util/babeltrace:0/1 ) fuse? ( sys-fs/fuse:3= ) jemalloc? ( dev-libs/jemalloc:= ) !jemalloc? ( >=dev-util/google-perftools-2.6.1:= ) diff --git a/sys-cluster/ceph/ceph-18.2.0-r2.ebuild b/sys-cluster/ceph/ceph-18.2.0-r2.ebuild index f619004178ea..20765c5d5278 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 ) + babeltrace? ( dev-util/babeltrace:0/2 ) fuse? ( sys-fs/fuse:3= ) jemalloc? ( dev-libs/jemalloc:= ) !jemalloc? ( >=dev-util/google-perftools-2.6.1:= )