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 950F81581E7 for ; Tue, 23 Apr 2024 20:37:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C53742BC02A; Tue, 23 Apr 2024 20:37:46 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 AF14D2BC025 for ; Tue, 23 Apr 2024 20:37:46 +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 02E47343222 for ; Tue, 23 Apr 2024 20:37:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6E9161755 for ; Tue, 23 Apr 2024 20:37:43 +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: <1713904410.464b59121d8856da622708e86ca943f6538b9333.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/gmsh/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/gmsh/gmsh-4.11.1-r1.ebuild sci-libs/gmsh/gmsh-4.11.1-r2.ebuild sci-libs/gmsh/gmsh-4.12.2-r1.ebuild sci-libs/gmsh/gmsh-4.12.2.ebuild X-VCS-Directories: sci-libs/gmsh/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 464b59121d8856da622708e86ca943f6538b9333 X-VCS-Branch: master Date: Tue, 23 Apr 2024 20:37:43 +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: 524721cb-e6e8-4971-8ad7-a95bf8d5e0c4 X-Archives-Hash: 95b17c333c2b0015a8ea8f6164f0a540 commit: 464b59121d8856da622708e86ca943f6538b9333 Author: Sam James gentoo org> AuthorDate: Tue Apr 23 20:32:55 2024 +0000 Commit: Sam James gentoo org> CommitDate: Tue Apr 23 20:33:30 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=464b5912 sci-libs/gmsh: add subslot dep on sci-libs/hdf5 Signed-off-by: Sam James gentoo.org> sci-libs/gmsh/{gmsh-4.11.1-r1.ebuild => gmsh-4.11.1-r2.ebuild} | 4 ++-- sci-libs/gmsh/{gmsh-4.12.2.ebuild => gmsh-4.12.2-r1.ebuild} | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sci-libs/gmsh/gmsh-4.11.1-r1.ebuild b/sci-libs/gmsh/gmsh-4.11.1-r2.ebuild similarity index 98% rename from sci-libs/gmsh/gmsh-4.11.1-r1.ebuild rename to sci-libs/gmsh/gmsh-4.11.1-r2.ebuild index 0cb64ad8928e..deffafdf47c5 100644 --- a/sci-libs/gmsh/gmsh-4.11.1-r1.ebuild +++ b/sci-libs/gmsh/gmsh-4.11.1-r2.ebuild @@ -42,14 +42,14 @@ RDEPEND=" ) cgns? ( sci-libs/cgnslib - sci-libs/hdf5[mpi=] + sci-libs/hdf5:=[mpi=] ) eigen? ( dev-cpp/eigen ) gmm? ( sci-mathematics/gmm ) jpeg? ( media-libs/libjpeg-turbo ) med? ( sci-libs/med[mpi=] - sci-libs/hdf5[mpi=] + sci-libs/hdf5:=[mpi=] ) metis? ( >=sci-libs/metis-5.2.0 ) mpi? ( virtual/mpi[cxx] ) diff --git a/sci-libs/gmsh/gmsh-4.12.2.ebuild b/sci-libs/gmsh/gmsh-4.12.2-r1.ebuild similarity index 98% rename from sci-libs/gmsh/gmsh-4.12.2.ebuild rename to sci-libs/gmsh/gmsh-4.12.2-r1.ebuild index bbc3d11637b6..60c811c184fd 100644 --- a/sci-libs/gmsh/gmsh-4.12.2.ebuild +++ b/sci-libs/gmsh/gmsh-4.12.2-r1.ebuild @@ -42,14 +42,14 @@ RDEPEND=" ) cgns? ( sci-libs/cgnslib - sci-libs/hdf5[mpi=] + sci-libs/hdf5:=[mpi=] ) eigen? ( dev-cpp/eigen ) gmm? ( sci-mathematics/gmm ) jpeg? ( media-libs/libjpeg-turbo ) med? ( sci-libs/med[mpi=] - sci-libs/hdf5[mpi=] + sci-libs/hdf5:=[mpi=] ) metis? ( >=sci-libs/metis-5.2.0 ) mpi? ( virtual/mpi[cxx] )