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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1CF88158066 for ; Wed, 4 Sep 2024 11:45:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 58F66E2A58; Wed, 4 Sep 2024 11:45:03 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 45336E2A58 for ; Wed, 4 Sep 2024 11:45:03 +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 8EF85340C20 for ; Wed, 4 Sep 2024 11:45:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 27D6D1DC5 for ; Wed, 4 Sep 2024 11:45:01 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: <1725450125.546ead3103af153d5e869730fe0ad642019a9c67.sping@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.2.5.ebuild sci-libs/vtk/vtk-9.2.6-r1.ebuild sci-libs/vtk/vtk-9.3.0.ebuild X-VCS-Directories: sci-libs/vtk/ X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: 546ead3103af153d5e869730fe0ad642019a9c67 X-VCS-Branch: master Date: Wed, 4 Sep 2024 11:45:01 +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: ea7325ed-05c5-4e8d-8c43-456d64cf9321 X-Archives-Hash: d0bdd57b962e673fad48154cf8ac8335 commit: 546ead3103af153d5e869730fe0ad642019a9c67 Author: Sebastian Pipping gentoo org> AuthorDate: Wed Sep 4 11:42:05 2024 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Wed Sep 4 11:42:05 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=546ead31 sci-libs/vtk: Protect against use with >=dev-libs/expat-2.6.0 Bug: https://bugs.gentoo.org/930032 Signed-off-by: Sebastian Pipping gentoo.org> sci-libs/vtk/vtk-9.2.5.ebuild | 4 ++-- sci-libs/vtk/vtk-9.2.6-r1.ebuild | 4 ++-- sci-libs/vtk/vtk-9.3.0.ebuild | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/sci-libs/vtk/vtk-9.2.5.ebuild b/sci-libs/vtk/vtk-9.2.5.ebuild index 7460dc7f2461..37bb25cf01d7 100644 --- a/sci-libs/vtk/vtk-9.2.5.ebuild +++ b/sci-libs/vtk/vtk-9.2.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -71,7 +71,7 @@ RDEPEND=" dev-cpp/nlohmann_json dev-db/sqlite:3 dev-libs/double-conversion:= - dev-libs/expat + =dev-libs/libfmt-8.1.1:= diff --git a/sci-libs/vtk/vtk-9.2.6-r1.ebuild b/sci-libs/vtk/vtk-9.2.6-r1.ebuild index bb87bdb1068e..eaad31f63e4f 100644 --- a/sci-libs/vtk/vtk-9.2.6-r1.ebuild +++ b/sci-libs/vtk/vtk-9.2.6-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -71,7 +71,7 @@ RDEPEND=" dev-cpp/nlohmann_json dev-db/sqlite:3 dev-libs/double-conversion:= - dev-libs/expat + =dev-libs/libfmt-8.1.1:= diff --git a/sci-libs/vtk/vtk-9.3.0.ebuild b/sci-libs/vtk/vtk-9.3.0.ebuild index cc7a1a438652..1c8cd93297da 100644 --- a/sci-libs/vtk/vtk-9.3.0.ebuild +++ b/sci-libs/vtk/vtk-9.3.0.ebuild @@ -70,7 +70,7 @@ RDEPEND=" app-arch/xz-utils dev-db/sqlite:3 dev-libs/double-conversion:= - dev-libs/expat + =dev-libs/libfmt-8.1.1:=