commit:     67b7e18a754d3a945808d79093f6bd85d7f0023f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Sep  1 00:57:51 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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}"
 

Reply via email to