Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/hwloc/
Date: Sun, 26 Dec 2021 08:08:10
Message-Id: 1640506084.09a2a2a73f35beb7d83162835a440eb316694597.ago@gentoo
1 commit: 09a2a2a73f35beb7d83162835a440eb316694597
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 26 08:08:04 2021 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 26 08:08:04 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09a2a2a7
7
8 sys-apps/hwloc: x86 stable wrt bug #829992
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 RepoMan-Options: --include-arches="x86"
12 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
13
14 sys-apps/hwloc/hwloc-2.6.0.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/sys-apps/hwloc/hwloc-2.6.0.ebuild b/sys-apps/hwloc/hwloc-2.6.0.ebuild
18 index e3514bf668db..7ff575fef20d 100644
19 --- a/sys-apps/hwloc/hwloc-2.6.0.ebuild
20 +++ b/sys-apps/hwloc/hwloc-2.6.0.ebuild
21 @@ -13,7 +13,7 @@ SRC_URI="https://www.open-mpi.org/software/${PN}/${MY_PV}/downloads/${P}.tar.bz2
22
23 LICENSE="BSD"
24 SLOT="0/15"
25 -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux"
26 +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux"
27 IUSE="cairo +cpuid cuda debug gl nvml +pci static-libs svg udev xml X"
28
29 # opencl support dropped with x11-drivers/ati-drivers being removed (bug #582406).