commit: f346a119508e65fcfc392bcae0285044c8375644 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Sep 5 11:21:41 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Sep 5 11:38:20 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f346a119
dev-db/mongodb: fix whitespace Signed-off-by: Sam James <sam <AT> gentoo.org> dev-db/mongodb/files/boost_issue_402.patch | 2 +- dev-db/mongodb/mongodb-8.0.12.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-db/mongodb/files/boost_issue_402.patch b/dev-db/mongodb/files/boost_issue_402.patch index cf85262093ba..39fd7ba11f7e 100644 --- a/dev-db/mongodb/files/boost_issue_402.patch +++ b/dev-db/mongodb/files/boost_issue_402.patch @@ -1,6 +1,6 @@ From https://github.com/boostorg/thread/commit/49ccf9c30a0ca556873dbf64b12b0d741d1b3e66 index bbf0ffc..989baba 100644 ---- a/src/third_party/boost/boost/thread/future.hpp +--- a/src/third_party/boost/boost/thread/future.hpp +++ b/src/third_party/boost/boost/thread/future.hpp @@ -4669,7 +4669,7 @@ namespace detail } diff --git a/dev-db/mongodb/mongodb-8.0.12.ebuild b/dev-db/mongodb/mongodb-8.0.12.ebuild index 29cc833a350e..e33182d058bb 100644 --- a/dev-db/mongodb/mongodb-8.0.12.ebuild +++ b/dev-db/mongodb/mongodb-8.0.12.ebuild @@ -125,7 +125,7 @@ src_configure() { # bugs #954813 and #942551 filter-lto - # https://github.com/mongodb/mongo/blob/v8.0/docs/building.md + # https://github.com/mongodb/mongo/blob/v8.0/docs/building.md # --use-system-icu fails tests # --use-system-tcmalloc is strongly NOT recommended: # for MONGO_GIT_HASH use GitOrigin-RevId from the commit of the tag
