diff options
author | Matoro Mahri <matoro_gentoo@matoro.tk> | 2023-12-20 13:10:02 -0500 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-12-28 02:56:40 +0000 |
commit | bfb7e0baa25b6a4b3a22e9bdd0e406e1827417e2 (patch) | |
tree | e0a06a3f2954eeae11abbcf273f98aa82ca7a615 /sys-cluster/ceph | |
parent | dev-util/babeltrace: add subslot to <2 (diff) | |
download | gentoo-bfb7e0baa25b6a4b3a22e9bdd0e406e1827417e2.tar.gz gentoo-bfb7e0baa25b6a4b3a22e9bdd0e406e1827417e2.tar.bz2 gentoo-bfb7e0baa25b6a4b3a22e9bdd0e406e1827417e2.zip |
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_gentoo@matoro.tk>
Closes: https://github.com/gentoo/gentoo/pull/34384
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-cluster/ceph')
-rw-r--r-- | sys-cluster/ceph/ceph-16.2.14-r1.ebuild | 2 | ||||
-rw-r--r-- | sys-cluster/ceph/ceph-17.2.6-r8.ebuild | 2 | ||||
-rw-r--r-- | sys-cluster/ceph/ceph-17.2.7.ebuild | 2 | ||||
-rw-r--r-- | 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:= ) |