summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2019-09-04 11:40:36 +0200
committerAgostino Sarubbo <ago@gentoo.org>2019-09-04 11:40:36 +0200
commitee04cf1f7884c2d20391e489365e3a5c116e059e (patch)
treefb247df1c8fe70cedf7d7d67b91d1bb7c742e062
parentnet-firewall/shorewall: fix missing slashes (diff)
downloadgentoo-ee04cf1f7884c2d20391e489365e3a5c116e059e.tar.gz
gentoo-ee04cf1f7884c2d20391e489365e3a5c116e059e.tar.bz2
gentoo-ee04cf1f7884c2d20391e489365e3a5c116e059e.zip
sys-process/numactl: x86 stable wrt bug #693322
Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
-rw-r--r--sys-process/numactl/numactl-2.0.12.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-process/numactl/numactl-2.0.12.ebuild b/sys-process/numactl/numactl-2.0.12.ebuild
index 4d498a5adba3..4be77cc236e4 100644
--- a/sys-process/numactl/numactl-2.0.12.ebuild
+++ b/sys-process/numactl/numactl-2.0.12.ebuild
@@ -13,7 +13,7 @@ if [[ "${PV}" == 9999 ]] ; then
else
SRC_URI="https://github.com/numactl/numactl/releases/download/v${PV}/${P}.tar.gz"
# ARM lacks the __NR_migrate_pages syscall.
- KEYWORDS="amd64 -arm arm64 ia64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux"
+ KEYWORDS="amd64 -arm arm64 ia64 ~mips ~ppc ~ppc64 x86 ~amd64-linux"
fi
LICENSE="GPL-2"