diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2021-03-25 17:14:58 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2021-03-25 17:19:13 +0100 |
commit | ad7add48c93b8eb9ad42392f899f8f497cb853b1 (patch) | |
tree | 51fc98568622ad850acbe07d4858dec7248b33b0 /sys-process/numactl | |
parent | net-proxy/haproxy: Version bump to 2.3.8 and cleanup old versions (diff) | |
download | gentoo-ad7add48c93b8eb9ad42392f899f8f497cb853b1.tar.gz gentoo-ad7add48c93b8eb9ad42392f899f8f497cb853b1.tar.bz2 gentoo-ad7add48c93b8eb9ad42392f899f8f497cb853b1.zip |
sys-process/numactl: x86 stable wrt bug #777816
Package-Manager: Portage-3.0.13, Repoman-3.0.2
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.14.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-process/numactl/numactl-2.0.14.ebuild b/sys-process/numactl/numactl-2.0.14.ebuild index 1cb3d8dd414f..a98e06c569ac 100644 --- a/sys-process/numactl/numactl-2.0.14.ebuild +++ b/sys-process/numactl/numactl-2.0.14.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="~alpha ~amd64 -arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 sparc ~x86 ~amd64-linux" + KEYWORDS="~alpha ~amd64 -arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 sparc x86 ~amd64-linux" fi LICENSE="GPL-2" |