commit: 71cabda1595b263caab6385584526a094748ed03 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Jan 8 09:26:21 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Jan 8 09:26:21 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71cabda1
dev-libs/spdlog: backport libfmt-1.11.1 patch to 1.14.1 too I originally didn't add it here as I didn't see the need, but spdlog is another one of those libraries people often need to pin / add < deps on so it makes sense to fix it for older 1.14.1 too. Closes: https://bugs.gentoo.org/947055 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-libs/spdlog/spdlog-1.14.1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-libs/spdlog/spdlog-1.14.1.ebuild b/dev-libs/spdlog/spdlog-1.14.1.ebuild index 3acca343cbc8..9cf9e250d714 100644 --- a/dev-libs/spdlog/spdlog-1.14.1.ebuild +++ b/dev-libs/spdlog/spdlog-1.14.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -34,6 +34,7 @@ RDEPEND="${DEPEND}" PATCHES=( "${FILESDIR}/${PN}-force_external_fmt.patch" + "${FILESDIR}/${PN}-1.15.0-libfmt-11.1.0.patch" ) multilib_src_prepare() {
