Gentoo Archives: gentoo-commits

From: Patrick McLean <chutzpah@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/ceph/files/
Date: Thu, 05 May 2022 22:51:47
Message-Id: 1651791096.ad20f0bba7a59b6854685f0f8170074235396377.chutzpah@gentoo
1 commit: ad20f0bba7a59b6854685f0f8170074235396377
2 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
3 AuthorDate: Thu May 5 18:27:35 2022 +0000
4 Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
5 CommitDate: Thu May 5 22:51:36 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad20f0bb
7
8 sys-cluster/ceph: remove unused patch
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
12 Closes: https://github.com/gentoo/gentoo/pull/25335
13 Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>
14
15 .../ceph/files/ceph-17.2.0-boost-1.74.patch | 25 ----------------------
16 1 file changed, 25 deletions(-)
17
18 diff --git a/sys-cluster/ceph/files/ceph-17.2.0-boost-1.74.patch b/sys-cluster/ceph/files/ceph-17.2.0-boost-1.74.patch
19 deleted file mode 100644
20 index 8fa7330520d8..000000000000
21 --- a/sys-cluster/ceph/files/ceph-17.2.0-boost-1.74.patch
22 +++ /dev/null
23 @@ -1,25 +0,0 @@
24 -From 722b4303b1986ce93744af5baeecde7681d8e347 Mon Sep 17 00:00:00 2001
25 -From: Casey Bodley <cbodley@××××××.com>
26 -Date: Mon, 25 Jan 2021 13:08:35 -0500
27 -Subject: [PATCH] cmake: boost>=1.74 adds BOOST_ASIO_USE_TS_EXECUTOR_AS_DEFAULT
28 - to radosgw
29 -
30 -Fixes: https://tracker.ceph.com/issues/48988
31 -
32 -Signed-off-by: Casey Bodley <cbodley@××××××.com>
33 ----
34 - src/rgw/CMakeLists.txt | 4 ++++
35 - 1 file changed, 4 insertions(+)
36 -
37 -diff --git a/src/rgw/CMakeLists.txt b/src/rgw/CMakeLists.txt
38 -index 1b8cb81b8f2c1..12b42e4077f5a 100644
39 ---- a/src/rgw/CMakeLists.txt
40 -+++ b/src/rgw/CMakeLists.txt
41 -@@ -1,3 +1,7 @@
42 -+if(Boost_VERSION VERSION_GREATER_EQUAL 1.74)
43 -+ add_definitions(-DBOOST_ASIO_USE_TS_EXECUTOR_AS_DEFAULT)
44 -+endif()
45 -+
46 - add_custom_target(civetweb_h
47 - COMMAND ${CMAKE_COMMAND} -E make_directory
48 - "${CMAKE_BINARY_DIR}/src/include/civetweb"