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 DDF611581E7 for ; Tue, 23 Apr 2024 20:37:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7B06A2BC01E; Tue, 23 Apr 2024 20:37:45 +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 5CCAD2BC01D for ; Tue, 23 Apr 2024 20:37:45 +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 9BFE1343224 for ; Tue, 23 Apr 2024 20:37:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0E0241749 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: <1713904406.a46fb07e56cbf99cc3fd82c562f579d761628342.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/flann/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/flann/flann-1.9.1-r5.ebuild sci-libs/flann/flann-1.9.1-r6.ebuild X-VCS-Directories: sci-libs/flann/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a46fb07e56cbf99cc3fd82c562f579d761628342 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: b3b4b917-13a7-4456-b10f-304257d1678e X-Archives-Hash: 510da0d2c2975b48f1e3a89e62265578 commit: a46fb07e56cbf99cc3fd82c562f579d761628342 Author: Sam James gentoo org> AuthorDate: Tue Apr 23 20:29:39 2024 +0000 Commit: Sam James gentoo org> CommitDate: Tue Apr 23 20:33:26 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a46fb07e sci-libs/flann: add subslot dep on sci-libs/hdf5 Signed-off-by: Sam James gentoo.org> sci-libs/flann/{flann-1.9.1-r5.ebuild => flann-1.9.1-r6.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-libs/flann/flann-1.9.1-r5.ebuild b/sci-libs/flann/flann-1.9.1-r6.ebuild similarity index 97% rename from sci-libs/flann/flann-1.9.1-r5.ebuild rename to sci-libs/flann/flann-1.9.1-r6.ebuild index 6f4b7099f0e9..8f253ff0802e 100644 --- a/sci-libs/flann/flann-1.9.1-r5.ebuild +++ b/sci-libs/flann/flann-1.9.1-r6.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 @@ -24,7 +24,7 @@ DEPEND=" cuda? ( >=dev-util/nvidia-cuda-toolkit-5.5 ) mpi? ( dev-libs/boost:=[mpi] - sci-libs/hdf5[mpi] + sci-libs/hdf5:=[mpi] ) !mpi? ( !sci-libs/hdf5[mpi] ) octave? ( >=sci-mathematics/octave-3.6.4-r1:= )