Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/libquo/
Date: Thu, 01 Sep 2022 01:00:39
Message-Id: 1661993871.67b7e18a754d3a945808d79093f6bd85d7f0023f.sam@gentoo
1 commit: 67b7e18a754d3a945808d79093f6bd85d7f0023f
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 1 00:57:51 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 1 00:57:51 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67b7e18a
7
8 sys-cluster/libquo: fix MissingUseDepDefault
9
10 Upstream ported to newer hwloc in
11 https://github.com/lanl/libquo/commit/3e150fa2e66ed8674e17e2d7860b23e71dd3866b.
12
13 Signed-off-by: Sam James <sam <AT> gentoo.org>
14
15 sys-cluster/libquo/{libquo-1.3.1-r1.ebuild => libquo-1.3.1-r2.ebuild} | 4 ++--
16 sys-cluster/libquo/libquo-9999.ebuild | 4 ++--
17 2 files changed, 4 insertions(+), 4 deletions(-)
18
19 diff --git a/sys-cluster/libquo/libquo-1.3.1-r1.ebuild b/sys-cluster/libquo/libquo-1.3.1-r2.ebuild
20 similarity index 91%
21 rename from sys-cluster/libquo/libquo-1.3.1-r1.ebuild
22 rename to sys-cluster/libquo/libquo-1.3.1-r2.ebuild
23 index 3d9b0bc1a748..e50bb9edbd6b 100644
24 --- a/sys-cluster/libquo/libquo-1.3.1-r1.ebuild
25 +++ b/sys-cluster/libquo/libquo-1.3.1-r2.ebuild
26 @@ -1,4 +1,4 @@
27 -# Copyright 1999-2021 Gentoo Authors
28 +# Copyright 1999-2022 Gentoo Authors
29 # Distributed under the terms of the GNU General Public License v2
30
31 EAPI=8
32 @@ -27,7 +27,7 @@ RESTRICT="!test? ( test )"
33 DEPEND="
34 virtual/mpi[fortran?]
35 sys-process/numactl
36 - sys-apps/hwloc:=[numa,xml]
37 + sys-apps/hwloc:=[numa(+),xml]
38 "
39 RDEPEND="${DEPEND}"
40
41
42 diff --git a/sys-cluster/libquo/libquo-9999.ebuild b/sys-cluster/libquo/libquo-9999.ebuild
43 index 3d9b0bc1a748..e50bb9edbd6b 100644
44 --- a/sys-cluster/libquo/libquo-9999.ebuild
45 +++ b/sys-cluster/libquo/libquo-9999.ebuild
46 @@ -1,4 +1,4 @@
47 -# Copyright 1999-2021 Gentoo Authors
48 +# Copyright 1999-2022 Gentoo Authors
49 # Distributed under the terms of the GNU General Public License v2
50
51 EAPI=8
52 @@ -27,7 +27,7 @@ RESTRICT="!test? ( test )"
53 DEPEND="
54 virtual/mpi[fortran?]
55 sys-process/numactl
56 - sys-apps/hwloc:=[numa,xml]
57 + sys-apps/hwloc:=[numa(+),xml]
58 "
59 RDEPEND="${DEPEND}"