Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/hwloc/
Date: Wed, 28 Mar 2018 20:55:13
Message-Id: 1522270477.230e55e5ab67f4d33fd29241018079eb53236507.mattst88@gentoo
1 commit: 230e55e5ab67f4d33fd29241018079eb53236507
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 28 20:54:37 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 28 20:54:37 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=230e55e5
7
8 sys-apps/hwloc-1.11.10: added ~mips
9
10 sys-apps/hwloc/hwloc-1.11.10.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/sys-apps/hwloc/hwloc-1.11.10.ebuild b/sys-apps/hwloc/hwloc-1.11.10.ebuild
14 index a0470dfc514..ac35fa5698e 100644
15 --- a/sys-apps/hwloc/hwloc-1.11.10.ebuild
16 +++ b/sys-apps/hwloc/hwloc-1.11.10.ebuild
17 @@ -13,7 +13,7 @@ SRC_URI="http://www.open-mpi.org/software/${PN}/${MY_PV}/downloads/${P}.tar.bz2"
18
19 LICENSE="BSD"
20 SLOT="0/5"
21 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
22 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
23 IUSE="cairo cuda debug gl +numa +pci plugins svg static-libs xml X"
24
25 # opencl support dropped with x11-drivers/ati-drivers being removed (#582406).