commit: 099675b4d87b58545cadcef958c7633a8e7e9762 Author: Paul Zander <negril.nx+gentoo <AT> gmail <DOT> com> AuthorDate: Tue Dec 10 12:26:20 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Jan 5 20:33:29 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=099675b4
sci-libs/vtk: 9.3.0-r3 backport libfmt-11 patch Closes: https://bugs.gentoo.org/945942 Bug: https://bugs.gentoo.org/942306 Signed-off-by: Paul Zander <negril.nx+gentoo <AT> gmail.com> Signed-off-by: Sam James <sam <AT> gentoo.org> sci-libs/vtk/vtk-9.3.0-r3.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sci-libs/vtk/vtk-9.3.0-r3.ebuild b/sci-libs/vtk/vtk-9.3.0-r3.ebuild index 3a522724f066..ab57289f101e 100644 --- a/sci-libs/vtk/vtk-9.3.0-r3.ebuild +++ b/sci-libs/vtk/vtk-9.3.0-r3.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 @@ -168,6 +168,7 @@ PATCHES=( "${FILESDIR}/${PN}-9.3.0-core-octree_node.txx.patch" "${FILESDIR}/${PN}-9.3.0-ThirdParty-gcc15.patch" "${FILESDIR}/${PN}-9.3.0-r1-expat-2.6.0.patch" + "${FILESDIR}/${PN}-9.3.1-fix-fmt-11.patch" ) DOCS=( CONTRIBUTING.md README.md )