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 D1A031581F0 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 F371E2BC025; Tue, 23 Apr 2024 20:37:46 +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 D74232BC025 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 EDC7B343220 for ; Tue, 23 Apr 2024 20:37:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 486AA1751 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: <1713904408.db314d3e40bc858e158bc07d164fd8ebe222de3d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/mathgl/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/mathgl/mathgl-8.0.1-r1.ebuild sci-libs/mathgl/mathgl-8.0.1.ebuild X-VCS-Directories: sci-libs/mathgl/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: db314d3e40bc858e158bc07d164fd8ebe222de3d 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: 5f658f5a-e2d8-44f5-9b61-93b04ab06624 X-Archives-Hash: be0035cb6f641e7aa97a4cff4d7131a0 commit: db314d3e40bc858e158bc07d164fd8ebe222de3d Author: Sam James gentoo org> AuthorDate: Tue Apr 23 20:31:32 2024 +0000 Commit: Sam James gentoo org> CommitDate: Tue Apr 23 20:33:28 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db314d3e sci-libs/mathgl: add subslot dep on sci-libs/hdf5 Signed-off-by: Sam James gentoo.org> sci-libs/mathgl/{mathgl-8.0.1.ebuild => mathgl-8.0.1-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-libs/mathgl/mathgl-8.0.1.ebuild b/sci-libs/mathgl/mathgl-8.0.1-r1.ebuild similarity index 97% rename from sci-libs/mathgl/mathgl-8.0.1.ebuild rename to sci-libs/mathgl/mathgl-8.0.1-r1.ebuild index bc9909e31c95..8d2a2064061c 100644 --- a/sci-libs/mathgl/mathgl-8.0.1.ebuild +++ b/sci-libs/mathgl/mathgl-8.0.1-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 @@ -29,7 +29,7 @@ RDEPEND=" glut? ( media-libs/freeglut ) gsl? ( >=sci-libs/gsl-2:= ) hdf? ( sci-libs/hdf ) - hdf5? ( >=sci-libs/hdf5-1.8[mpi=] ) + hdf5? ( >=sci-libs/hdf5-1.8:=[mpi=] ) jpeg? ( virtual/jpeg:0 ) octave? ( >=sci-mathematics/octave-3.4.0 ) openmp? ( sys-cluster/openmpi )