commit: 6b6025a77a5ff628e460e976ae23c9c55727a1f6
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 4 05:34:29 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Mar 4 05:34:29 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b6025a7
sys-process/numactl: Stabilize 2.0.16 amd64, #899372
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
sys-process/numactl/numactl-2.0.16.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sys-process/numactl/numactl-2.0.16.ebuild
b/sys-process/numactl/numactl-2.0.16.ebuild
index 75c8f3695219..61442b7a6907 100644
--- a/sys-process/numactl/numactl-2.0.16.ebuild
+++ b/sys-process/numactl/numactl-2.0.16.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -12,7 +12,7 @@ if [[ ${PV} == 9999 ]] ; then
EGIT_REPO_URI="https://github.com/numactl/numactl.git"
else
SRC_URI="https://github.com/numactl/numactl/releases/download/v${PV}/${P}.tar.gz"
- KEYWORDS="~alpha ~amd64 ~arm64 ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv
~sparc ~x86 ~amd64-linux"
+ KEYWORDS="~alpha amd64 ~arm64 ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv
~sparc ~x86 ~amd64-linux"
fi
LICENSE="GPL-2"