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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A1D0E158086 for ; Tue, 12 Oct 2021 07:06:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E79AAE0788; Tue, 12 Oct 2021 07:06:16 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CE5A2E0788 for ; Tue, 12 Oct 2021 07:06:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A5AE534321A for ; Tue, 12 Oct 2021 07:06:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 421648E for ; Tue, 12 Oct 2021 07:06:14 +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: <1634022357.b372f20dd03c96d59ee2ef978d76ef174a026ad7.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/slurm/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/slurm/slurm-20.11.0.1-r101.ebuild sys-cluster/slurm/slurm-20.11.0.1-r102.ebuild X-VCS-Directories: sys-cluster/slurm/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b372f20dd03c96d59ee2ef978d76ef174a026ad7 X-VCS-Branch: master Date: Tue, 12 Oct 2021 07:06:14 +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: 1f8fd645-6219-484b-b983-8dba034483d0 X-Archives-Hash: e57750bc51e344863dbe2f564cacaf2e commit: b372f20dd03c96d59ee2ef978d76ef174a026ad7 Author: Sam James gentoo org> AuthorDate: Tue Oct 12 07:05:57 2021 +0000 Commit: Sam James gentoo org> CommitDate: Tue Oct 12 07:05:57 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b372f20d sys-cluster/slurm: add < dep on hdf5lib for now Bug: https://bugs.gentoo.org/813924 Signed-off-by: Sam James gentoo.org> .../slurm/{slurm-20.11.0.1-r101.ebuild => slurm-20.11.0.1-r102.ebuild} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys-cluster/slurm/slurm-20.11.0.1-r101.ebuild b/sys-cluster/slurm/slurm-20.11.0.1-r102.ebuild similarity index 98% rename from sys-cluster/slurm/slurm-20.11.0.1-r101.ebuild rename to sys-cluster/slurm/slurm-20.11.0.1-r102.ebuild index f964ff1a8d4..4ec46d7d5f5 100644 --- a/sys-cluster/slurm/slurm-20.11.0.1-r101.ebuild +++ b/sys-cluster/slurm/slurm-20.11.0.1-r102.ebuild @@ -30,6 +30,7 @@ LICENSE="GPL-2" SLOT="0" IUSE="debug hdf5 html ipmi json lua multiple-slurmd +munge mysql netloc numa ofed pam perl slurmdbd static-libs ucx torque X" +# See bug #813924 for hdf5lib < dep, needs proper fix COMMON_DEPEND=" !sys-cluster/torque !net-analyzer/slurm @@ -45,7 +46,7 @@ COMMON_DEPEND=" ipmi? ( sys-libs/freeipmi ) json? ( dev-libs/json-c:= ) amd64? ( netloc? ( >=sys-apps/hwloc-2.1.0[netloc] ) ) - hdf5? ( sci-libs/hdf5:= ) + hdf5? (