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: Mon, 02 Sep 2019 15:15:18
Message-Id: 1567437306.f65f1ef27e857033aa1777d8dc9c1fdc29ca3609.ago@gentoo
1 commit: f65f1ef27e857033aa1777d8dc9c1fdc29ca3609
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 2 15:15:06 2019 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 2 15:15:06 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f65f1ef2
7
8 sys-process/numactl: amd64 stable wrt bug #693322
9
10 Package-Manager: Portage-2.3.69, Repoman-2.3.16
11 RepoMan-Options: --include-arches="amd64"
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 3226ada579f..4d498a5adba 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"