From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1511037-garchives=archives.gentoo.org@lists.gentoo.org>
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 6D3AC15ACFB
	for <garchives@archives.gentoo.org>; Sun, 23 Apr 2023 21:23:05 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id AEF00E0DF4;
	Sun, 23 Apr 2023 21:23:04 +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 94301E0DF4
	for <gentoo-commits@lists.gentoo.org>; Sun, 23 Apr 2023 21:23:04 +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 8B65734126C
	for <gentoo-commits@lists.gentoo.org>; Sun, 23 Apr 2023 21:23:03 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 263D67DE
	for <gentoo-commits@lists.gentoo.org>; Sun, 23 Apr 2023 21:23:02 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
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" <sam@gentoo.org>
Message-ID: <1682284911.d1c29e6d710cb4af0032b73b5a98f0341e3bd9a7.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/hdf5/
X-VCS-Repository: repo/gentoo
X-VCS-Files: sci-libs/hdf5/hdf5-1.14.0-r1.ebuild
X-VCS-Directories: sci-libs/hdf5/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: d1c29e6d710cb4af0032b73b5a98f0341e3bd9a7
X-VCS-Branch: master
Date: Sun, 23 Apr 2023 21:23:02 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 02becf54-41bf-44e4-a2ce-9f2521af05cf
X-Archives-Hash: c18f48cf6a2bc74748413f4b1ef2d43a

commit:     d1c29e6d710cb4af0032b73b5a98f0341e3bd9a7
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 23 21:21:51 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Apr 23 21:21:51 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1c29e6d

sci-libs/hdf5: fix install w/ USE=mpi

The 'perf' tool was dropped w/ https://github.com/HDFGroup/hdf5/commit/8c6a3ce1d7006a633a8973f6ca827c664d7a1ac9.

Closes: https://bugs.gentoo.org/904516
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sci-libs/hdf5/hdf5-1.14.0-r1.ebuild | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/sci-libs/hdf5/hdf5-1.14.0-r1.ebuild b/sci-libs/hdf5/hdf5-1.14.0-r1.ebuild
index 8d4d4bf40680..7bc1dd2336e3 100644
--- a/sci-libs/hdf5/hdf5-1.14.0-r1.ebuild
+++ b/sci-libs/hdf5/hdf5-1.14.0-r1.ebuild
@@ -112,9 +112,4 @@ src_install() {
 
 	# No static archives
 	find "${ED}" -name '*.la' -delete || die
-
-	# Remove "perf" executable due to file collisions with dev-util/perf.
-	# Previously with the CMake build system we only installed h5perf, so
-	# let's simply remove the file for now.
-	use mpi && { rm "${ED}"/usr/bin/perf || die "rm failed" ; }
 }