diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2016-01-25 10:47:52 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2016-01-25 10:47:52 +0100 |
commit | ca4dcaf76c4c3a71bce6498819bf09cfb9671a9c (patch) | |
tree | b6b255475bd949b0262410c6ac9683a9bb5d4752 /sys-process/numactl | |
parent | a573baa4f29abef7257845c0b93fbd8c36c41ed9 (diff) | |
download | gentoo-ca4dcaf76c4c3a71bce6498819bf09cfb9671a9c.tar.gz gentoo-ca4dcaf76c4c3a71bce6498819bf09cfb9671a9c.tar.xz |
sys-process/numactl: x86 stable wrt bug #572786
Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'sys-process/numactl')
-rw-r--r-- | sys-process/numactl/numactl-2.0.11.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-process/numactl/numactl-2.0.11.ebuild b/sys-process/numactl/numactl-2.0.11.ebuild index 879e1657764..d86329a39af 100644 --- a/sys-process/numactl/numactl-2.0.11.ebuild +++ b/sys-process/numactl/numactl-2.0.11.ebuild @@ -13,7 +13,7 @@ SRC_URI="ftp://oss.sgi.com/www/projects/libnuma/download/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" # ARM lacks the __NR_migrate_pages syscall. -KEYWORDS="amd64 -arm ~ia64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux" +KEYWORDS="amd64 -arm ~ia64 ~mips ~ppc ~ppc64 x86 ~amd64-linux" IUSE="" ECONF_SOURCE=${S} |