From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1334766-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 A1364158086 for <garchives@archives.gentoo.org>; Fri, 29 Oct 2021 22:44:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A45BAE0817; Fri, 29 Oct 2021 22:44:13 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 87F74E0817 for <gentoo-commits@lists.gentoo.org>; Fri, 29 Oct 2021 22:44:13 +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 0A6F33433BE for <gentoo-commits@lists.gentoo.org>; Fri, 29 Oct 2021 22:44:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6E15317D for <gentoo-commits@lists.gentoo.org>; Fri, 29 Oct 2021 22:44:10 +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: <1635547416.dc8f29fc8ef5f192e20cf9d9b9880945b57ff325.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/libquo/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/libquo/libquo-1.3.1-r1.ebuild sys-cluster/libquo/libquo-1.3.1.ebuild sys-cluster/libquo/libquo-9999.ebuild X-VCS-Directories: sys-cluster/libquo/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: dc8f29fc8ef5f192e20cf9d9b9880945b57ff325 X-VCS-Branch: master Date: Fri, 29 Oct 2021 22:44:10 +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: 58b7208b-3e2b-45c2-996d-362b8f959989 X-Archives-Hash: 5eb8f7acd4f62746ca727df6b65620be commit: dc8f29fc8ef5f192e20cf9d9b9880945b57ff325 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Oct 29 22:31:38 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Oct 29 22:43:36 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc8f29fc sys-cluster/libquo: add hwloc subslot operator Signed-off-by: Sam James <sam <AT> gentoo.org> sys-cluster/libquo/{libquo-1.3.1.ebuild => libquo-1.3.1-r1.ebuild} | 2 +- sys-cluster/libquo/libquo-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-cluster/libquo/libquo-1.3.1.ebuild b/sys-cluster/libquo/libquo-1.3.1-r1.ebuild similarity index 96% rename from sys-cluster/libquo/libquo-1.3.1.ebuild rename to sys-cluster/libquo/libquo-1.3.1-r1.ebuild index 04abe2b0571..3d9b0bc1a74 100644 --- a/sys-cluster/libquo/libquo-1.3.1.ebuild +++ b/sys-cluster/libquo/libquo-1.3.1-r1.ebuild @@ -27,7 +27,7 @@ RESTRICT="!test? ( test )" DEPEND=" virtual/mpi[fortran?] sys-process/numactl - sys-apps/hwloc[numa,xml] + sys-apps/hwloc:=[numa,xml] " RDEPEND="${DEPEND}" diff --git a/sys-cluster/libquo/libquo-9999.ebuild b/sys-cluster/libquo/libquo-9999.ebuild index 04abe2b0571..3d9b0bc1a74 100644 --- a/sys-cluster/libquo/libquo-9999.ebuild +++ b/sys-cluster/libquo/libquo-9999.ebuild @@ -27,7 +27,7 @@ RESTRICT="!test? ( test )" DEPEND=" virtual/mpi[fortran?] sys-process/numactl - sys-apps/hwloc[numa,xml] + sys-apps/hwloc:=[numa,xml] " RDEPEND="${DEPEND}"