commit: 8c2f8c0df87c0481c23d046abdfc16bdfa4c3318 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Jan 12 13:00:06 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Jan 12 13:00:06 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c2f8c0d
sys-process/numactl: Stabilize 2.0.19 amd64, #947947 Signed-off-by: Sam James <sam <AT> gentoo.org> sys-process/numactl/numactl-2.0.19.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-process/numactl/numactl-2.0.19.ebuild b/sys-process/numactl/numactl-2.0.19.ebuild index 559e2e5aecb6..0b4a10b56d4b 100644 --- a/sys-process/numactl/numactl-2.0.19.ebuild +++ b/sys-process/numactl/numactl-2.0.19.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 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 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux" + KEYWORDS="~alpha amd64 ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux" fi LICENSE="GPL-2"