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-process/numactl/
Date: Wed, 04 Sep 2019 09:41:18
Message-Id: 1567590036.ee04cf1f7884c2d20391e489365e3a5c116e059e.ago@gentoo
1 commit: ee04cf1f7884c2d20391e489365e3a5c116e059e
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 4 09:40:36 2019 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 4 09:40:36 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee04cf1f
7
8 sys-process/numactl: x86 stable wrt bug #693322
9
10 Package-Manager: Portage-2.3.69, Repoman-2.3.16
11 RepoMan-Options: --include-arches="x86"
12 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
13
14 sys-process/numactl/numactl-2.0.12.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/sys-process/numactl/numactl-2.0.12.ebuild b/sys-process/numactl/numactl-2.0.12.ebuild
18 index 4d498a5adba..4be77cc236e 100644
19 --- a/sys-process/numactl/numactl-2.0.12.ebuild
20 +++ b/sys-process/numactl/numactl-2.0.12.ebuild
21 @@ -13,7 +13,7 @@ if [[ "${PV}" == 9999 ]] ; then
22 else
23 SRC_URI="https://github.com/numactl/numactl/releases/download/v${PV}/${P}.tar.gz"
24 # ARM lacks the __NR_migrate_pages syscall.
25 - KEYWORDS="amd64 -arm arm64 ia64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux"
26 + KEYWORDS="amd64 -arm arm64 ia64 ~mips ~ppc ~ppc64 x86 ~amd64-linux"
27 fi
28
29 LICENSE="GPL-2"