Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/hwloc/
Date: Mon, 19 Jun 2017 16:16:27
Message-Id: 1497888966.7c85eac92e496a3b954d6f7d73e161f2d58b3ea8.aballier@gentoo
1 commit: 7c85eac92e496a3b954d6f7d73e161f2d58b3ea8
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 19 16:11:52 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 19 16:16:06 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c85eac9
7
8 sys-apps/hwloc: keyword ~arm64
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 sys-apps/hwloc/hwloc-1.11.7.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-apps/hwloc/hwloc-1.11.7.ebuild b/sys-apps/hwloc/hwloc-1.11.7.ebuild
16 index 0630d0411f9..1978df29ec2 100644
17 --- a/sys-apps/hwloc/hwloc-1.11.7.ebuild
18 +++ b/sys-apps/hwloc/hwloc-1.11.7.ebuild
19 @@ -13,7 +13,7 @@ SRC_URI="http://www.open-mpi.org/software/${PN}/${MY_PV}/downloads/${P}.tar.bz2"
20
21 LICENSE="BSD"
22 SLOT="0/5"
23 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
24 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
25 IUSE="cairo cuda debug gl +numa +pci plugins svg static-libs xml X"
26
27 # opencl support dropped with x11-drivers/ati-drivers being removed (#582406).