From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id D269315827B for ; Thu, 28 Aug 2025 15:50:26 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id BB450340D2B for ; Thu, 28 Aug 2025 15:50:26 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id E56F0110564; Thu, 28 Aug 2025 15:50:19 +0000 (UTC) Received: from smtp.gentoo.org (mail.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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id DC1E3110563 for ; Thu, 28 Aug 2025 15:50:19 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6C0BB340C7F for ; Thu, 28 Aug 2025 15:50:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D4BCC3500 for ; Thu, 28 Aug 2025 15:50:17 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1756396201.75c94d3cc968aaad54b05aa7bdae27dfece5662f.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/xdmf2/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/xdmf2/xdmf2-1.0_p141226-r5.ebuild X-VCS-Directories: sci-libs/xdmf2/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 75c94d3cc968aaad54b05aa7bdae27dfece5662f X-VCS-Branch: master Date: Thu, 28 Aug 2025 15:50:17 +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: 8fb7446f-2cc5-4d9a-99e6-cb63223d9eaa X-Archives-Hash: c53213be399904fd8a67bafbe08f1042 commit: 75c94d3cc968aaad54b05aa7bdae27dfece5662f Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Aug 27 21:30:08 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Aug 28 15:50:01 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75c94d3c sci-libs/xdmf2: update EAPI 7 -> 8 Signed-off-by: Andreas Sturmlechner gentoo.org> sci-libs/xdmf2/xdmf2-1.0_p141226-r5.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sci-libs/xdmf2/xdmf2-1.0_p141226-r5.ebuild b/sci-libs/xdmf2/xdmf2-1.0_p141226-r5.ebuild index 288f36bdda89..a14889d08d6b 100644 --- a/sci-libs/xdmf2/xdmf2-1.0_p141226-r5.ebuild +++ b/sci-libs/xdmf2/xdmf2-1.0_p141226-r5.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit cmake @@ -42,7 +42,6 @@ src_prepare() { src_configure() { local mycmakeargs=( - -DBUILD_SHARED_LIBS=1 -DXDMF_BUILD_DOCUMENTATION=$(usex doc) -DBUILD_TESTING=$(usex test) -DXDMF_WRAP_PYTHON=OFF