From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DAEA815812D for ; Sun, 05 Jan 2025 20:35:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3312DE07D9; Sun, 05 Jan 2025 20:35:26 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 17EF0E07D8 for ; Sun, 05 Jan 2025 20:35:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 31EFD342FA7 for ; Sun, 05 Jan 2025 20:35:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C76EB1A7D for ; Sun, 05 Jan 2025 20:35:21 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1736109209.099675b4d87b58545cadcef958c7633a8e7e9762.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/vtk/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/vtk/vtk-9.3.0-r3.ebuild X-VCS-Directories: sci-libs/vtk/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 099675b4d87b58545cadcef958c7633a8e7e9762 X-VCS-Branch: master Date: Sun, 05 Jan 2025 20:35:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3b39069f-c436-418a-8fdf-37c9794cfbe2 X-Archives-Hash: 0e1b4e1bdd5940e7c6cb166ea6a32d8a commit: 099675b4d87b58545cadcef958c7633a8e7e9762 Author: Paul Zander gmail com> AuthorDate: Tue Dec 10 12:26:20 2024 +0000 Commit: Sam James gentoo 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 gmail.com> Signed-off-by: Sam James 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 )