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 6ACFE158087 for ; Fri, 29 Oct 2021 22:44:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BF59FE0839; Fri, 29 Oct 2021 22:44:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 A7DBFE0839 for ; Fri, 29 Oct 2021 22:44:14 +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 C67CC3433BE for ; Fri, 29 Oct 2021 22:44:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D0EA818E for ; Fri, 29 Oct 2021 22:44:10 +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: <1635547421.e2aac6d8fbc7c5809f384d5251323995da94081a.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/torque/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/torque/torque-4.1.7-r1.ebuild sys-cluster/torque/torque-4.1.7-r2.ebuild sys-cluster/torque/torque-4.2.10-r1.ebuild sys-cluster/torque/torque-4.2.10-r2.ebuild sys-cluster/torque/torque-6.0.4-r1.ebuild sys-cluster/torque/torque-6.0.4-r2.ebuild X-VCS-Directories: sys-cluster/torque/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e2aac6d8fbc7c5809f384d5251323995da94081a X-VCS-Branch: master Date: Fri, 29 Oct 2021 22:44:10 +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: 593b50b5-ca26-46d5-a6b1-0dfa2fec51a0 X-Archives-Hash: 8c8f53a194d78b6087de711c36f567aa commit: e2aac6d8fbc7c5809f384d5251323995da94081a Author: Sam James gentoo org> AuthorDate: Fri Oct 29 22:40:08 2021 +0000 Commit: Sam James gentoo org> CommitDate: Fri Oct 29 22:43:41 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2aac6d8 sys-cluster/torque: add hwloc subslot operator Signed-off-by: Sam James gentoo.org> sys-cluster/torque/{torque-4.1.7-r1.ebuild => torque-4.1.7-r2.ebuild} | 2 +- sys-cluster/torque/{torque-4.2.10-r1.ebuild => torque-4.2.10-r2.ebuild} | 2 +- sys-cluster/torque/{torque-6.0.4-r1.ebuild => torque-6.0.4-r2.ebuild} | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sys-cluster/torque/torque-4.1.7-r1.ebuild b/sys-cluster/torque/torque-4.1.7-r2.ebuild similarity index 99% rename from sys-cluster/torque/torque-4.1.7-r1.ebuild rename to sys-cluster/torque/torque-4.1.7-r2.ebuild index 4246e10b66c..1b91e3e2602 100644 --- a/sys-cluster/torque/torque-4.1.7-r1.ebuild +++ b/sys-cluster/torque/torque-4.1.7-r2.ebuild @@ -20,7 +20,7 @@ DEPEND_COMMON=" sys-libs/zlib sys-libs/readline:0= dev-libs/openssl:0= - cpusets? ( sys-apps/hwloc ) + cpusets? ( sys-apps/hwloc:= ) munge? ( sys-auth/munge ) nvidia? ( >=x11-drivers/nvidia-drivers-275 ) tk? ( diff --git a/sys-cluster/torque/torque-4.2.10-r1.ebuild b/sys-cluster/torque/torque-4.2.10-r2.ebuild similarity index 99% rename from sys-cluster/torque/torque-4.2.10-r1.ebuild rename to sys-cluster/torque/torque-4.2.10-r2.ebuild index 682843cf7e6..3366b0f2853 100644 --- a/sys-cluster/torque/torque-4.2.10-r1.ebuild +++ b/sys-cluster/torque/torque-4.2.10-r2.ebuild @@ -22,7 +22,7 @@ DEPEND_COMMON=" sys-libs/readline:0= dev-libs/libxml2 dev-libs/openssl:0= - cpusets? ( sys-apps/hwloc ) + cpusets? ( sys-apps/hwloc:= ) munge? ( sys-auth/munge ) nvidia? ( >=x11-drivers/nvidia-drivers-275 ) tk? ( diff --git a/sys-cluster/torque/torque-6.0.4-r1.ebuild b/sys-cluster/torque/torque-6.0.4-r2.ebuild similarity index 99% rename from sys-cluster/torque/torque-6.0.4-r1.ebuild rename to sys-cluster/torque/torque-6.0.4-r2.ebuild index 0ec3060e1d8..982514daa40 100644 --- a/sys-cluster/torque/torque-6.0.4-r1.ebuild +++ b/sys-cluster/torque/torque-6.0.4-r2.ebuild @@ -20,7 +20,7 @@ DEPEND_COMMON=" sys-libs/readline:0= dev-libs/libxml2 >=dev-libs/boost-1.41 - cpusets? ( sys-apps/hwloc ) + cpusets? ( sys-apps/hwloc:= ) munge? ( sys-auth/munge ) nvidia? ( >=x11-drivers/nvidia-drivers-275 ) tk? (