diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2016-01-25 10:47:29 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2016-01-25 10:47:29 +0100 |
commit | a573baa4f29abef7257845c0b93fbd8c36c41ed9 (patch) | |
tree | 8a1c0ca13bda8426e9a997e460c642c184dd5484 /sys-process | |
parent | Merge remote-tracking branch 'github/pr/720'. Fixes bug 569110. (diff) | |
download | gentoo-a573baa4f29abef7257845c0b93fbd8c36c41ed9.tar.gz gentoo-a573baa4f29abef7257845c0b93fbd8c36c41ed9.tar.bz2 gentoo-a573baa4f29abef7257845c0b93fbd8c36c41ed9.zip |
sys-process/numactl: amd64 stable wrt bug #572786
Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'sys-process')
-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 c5956248596b..879e16577643 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} |