diff options
author | Sam James <sam@gentoo.org> | 2021-03-26 11:32:58 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-26 11:32:58 +0000 |
commit | b622074c1a390535c5b067775224dbd30d43baa4 (patch) | |
tree | f39c34ee38b0f394cb1130ef115de500f4cd545d /sys-process | |
parent | app-arch/tar: Stabilize 1.34 ppc64, #777729 (diff) | |
download | gentoo-b622074c1a390535c5b067775224dbd30d43baa4.tar.gz gentoo-b622074c1a390535c5b067775224dbd30d43baa4.tar.bz2 gentoo-b622074c1a390535c5b067775224dbd30d43baa4.zip |
sys-process/numactl: Stabilize 2.0.14 ppc64, #777816
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-process')
-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 c2f0cf799367..c678d0665f3c 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" |