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 6EB0D1581FD for ; Thu, 11 Sep 2025 05:55:27 +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 5490D3410DE for ; Thu, 11 Sep 2025 05:55:27 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 8024E11056F; Thu, 11 Sep 2025 05:55:23 +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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 74D7311056F for ; Thu, 11 Sep 2025 05:55:23 +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 2609034076D for ; Thu, 11 Sep 2025 05:55:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8693A3976 for ; Thu, 11 Sep 2025 05:55:21 +0000 (UTC) From: "Eli Schwartz" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Eli Schwartz" Message-ID: <1757569959.86be76aee2bb150b0ae69acab515c46be67bd58d.eschwartz@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-physics/espresso/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-physics/espresso/espresso-9999.ebuild X-VCS-Directories: sci-physics/espresso/ X-VCS-Committer: eschwartz X-VCS-Committer-Name: Eli Schwartz X-VCS-Revision: 86be76aee2bb150b0ae69acab515c46be67bd58d X-VCS-Branch: master Date: Thu, 11 Sep 2025 05:55: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: d8d59cda-be1e-4f8a-9f2b-b40b8f7e7496 X-Archives-Hash: fcfd72b7058af485585169a63c58dc00 commit: 86be76aee2bb150b0ae69acab515c46be67bd58d Author: Eli Schwartz gentoo org> AuthorDate: Thu Sep 11 01:26:04 2025 +0000 Commit: Eli Schwartz gentoo org> CommitDate: Thu Sep 11 05:52:39 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86be76ae sci-physics/espresso: widen allowed hdf5 in live ebuild It supports hdf5 >= 1.13 now, and exhanges it for not supporting "hdf5 built with cmake". Bug: https://bugs.gentoo.org/927149 Signed-off-by: Eli Schwartz gentoo.org> sci-physics/espresso/espresso-9999.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sci-physics/espresso/espresso-9999.ebuild b/sci-physics/espresso/espresso-9999.ebuild index 25f731d8180d..cc0a5e754d5a 100644 --- a/sci-physics/espresso/espresso-9999.ebuild +++ b/sci-physics/espresso/espresso-9999.ebuild @@ -28,6 +28,7 @@ RESTRICT="!test? ( test )" REQUIRED_USE=" ${PYTHON_REQUIRED_USE}" +# cmake built hdf5 fails to detect, -r1 switched to cmake RDEPEND=" ${PYTHON_DEPS} $(python_gen_cond_dep ' @@ -37,7 +38,7 @@ RDEPEND=" cuda? ( >=dev-util/nvidia-cuda-toolkit-4.2.9-r1 ) fftw? ( sci-libs/fftw:3.0 ) dev-libs/boost:=[mpi] - hdf5? (