summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick McLean <patrick.mclean@sony.com>2020-04-23 13:04:52 -0700
committerPatrick McLean <chutzpah@gentoo.org>2020-04-23 13:44:21 -0700
commit477a392d50f0321453ae5fe7f564a8dbcdbff954 (patch)
tree7daedca1cbc9f25cec9766bc7b7f9e0895fdc9c6 /sys-cluster/ceph
parentdev-java/openjdk: add patch to 11.0.7 to fix SIGSEGV in bootstrap (diff)
downloadgentoo-477a392d50f0321453ae5fe7f564a8dbcdbff954.tar.gz
gentoo-477a392d50f0321453ae5fe7f564a8dbcdbff954.tar.bz2
gentoo-477a392d50f0321453ae5fe7f564a8dbcdbff954.zip
sys-cluster/ceph-14.2.9: Drop boost-soname patch for sed
Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Diffstat (limited to 'sys-cluster/ceph')
-rw-r--r--sys-cluster/ceph/ceph-14.2.9.ebuild6
1 files changed, 2 insertions, 4 deletions
diff --git a/sys-cluster/ceph/ceph-14.2.9.ebuild b/sys-cluster/ceph/ceph-14.2.9.ebuild
index 95abd364b0f5..75b01167a716 100644
--- a/sys-cluster/ceph/ceph-14.2.9.ebuild
+++ b/sys-cluster/ceph/ceph-14.2.9.ebuild
@@ -197,12 +197,10 @@ src_prepare() {
cmake-utils_src_prepare
if use system-boost; then
- eapply "${FILESDIR}/ceph-14.2.8-boost-sonames.patch"
-
find "${S}" -name '*.cmake' -or -name 'CMakeLists.txt' -print0 \
| xargs --null sed \
- -e 's|Boost::|Boost_|g' \
- -e 's|Boost_boost|boost_system|g' -i || die
+ -e 's|Boost::|boost_|g' \
+ -e 's|boost_boost|boost_system|g' -i || die
fi
sed -i -r "s:DESTINATION .+\\):DESTINATION $(get_bashcompdir)\\):" \