diff options
author | Matt Turner <mattst88@gentoo.org> | 2020-12-09 21:25:38 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2020-12-09 21:25:38 -0500 |
commit | 77a773bc2ddb47520935316564e77f149c2117e7 (patch) | |
tree | 2f3d986a33f2b69ad7f4474a95b3cc53ed79b7c5 /sys-process | |
parent | dev-python/eyeD3: Drop ~alpha keywords, bug #736519 (diff) | |
download | gentoo-77a773bc2ddb47520935316564e77f149c2117e7.tar.gz gentoo-77a773bc2ddb47520935316564e77f149c2117e7.tar.bz2 gentoo-77a773bc2ddb47520935316564e77f149c2117e7.zip |
sys-process/numactl: Keyword 2.0.14 alpha, #732328
Signed-off-by: Matt Turner <mattst88@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 10a7d7f07962..c8112288ce5b 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="~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" |