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 1D8AE158011 for ; Thu, 1 Sep 2022 01:00:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7B0DBE0A5C; Thu, 1 Sep 2022 01:00:36 +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 5E784E0A5C for ; Thu, 1 Sep 2022 01:00:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 6EC6B33BEBE for ; Thu, 1 Sep 2022 01:00:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AF9BB5B2 for ; Thu, 1 Sep 2022 01:00:32 +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: <1661993871.67b7e18a754d3a945808d79093f6bd85d7f0023f.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-r2.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: 67b7e18a754d3a945808d79093f6bd85d7f0023f X-VCS-Branch: master Date: Thu, 1 Sep 2022 01:00:32 +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: 00abf774-a58c-45c5-a107-88c575c58bac X-Archives-Hash: 6b009bee99af1d7ffb55d18865cd84c8 commit: 67b7e18a754d3a945808d79093f6bd85d7f0023f Author: Sam James gentoo org> AuthorDate: Thu Sep 1 00:57:51 2022 +0000 Commit: Sam James gentoo org> CommitDate: Thu Sep 1 00:57:51 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67b7e18a sys-cluster/libquo: fix MissingUseDepDefault Upstream ported to newer hwloc in https://github.com/lanl/libquo/commit/3e150fa2e66ed8674e17e2d7860b23e71dd3866b. Signed-off-by: Sam James gentoo.org> sys-cluster/libquo/{libquo-1.3.1-r1.ebuild => libquo-1.3.1-r2.ebuild} | 4 ++-- sys-cluster/libquo/libquo-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys-cluster/libquo/libquo-1.3.1-r1.ebuild b/sys-cluster/libquo/libquo-1.3.1-r2.ebuild similarity index 91% rename from sys-cluster/libquo/libquo-1.3.1-r1.ebuild rename to sys-cluster/libquo/libquo-1.3.1-r2.ebuild index 3d9b0bc1a748..e50bb9edbd6b 100644 --- a/sys-cluster/libquo/libquo-1.3.1-r1.ebuild +++ b/sys-cluster/libquo/libquo-1.3.1-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -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 3d9b0bc1a748..e50bb9edbd6b 100644 --- a/sys-cluster/libquo/libquo-9999.ebuild +++ b/sys-cluster/libquo/libquo-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -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}"