Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/numactl/
Date: Sat, 04 Mar 2023 05:47:08
Message-Id: 1677908790.78ff2720e4e5fda32d94e356f5db36b1a7d661d2.arthurzam@gentoo
1 commit: 78ff2720e4e5fda32d94e356f5db36b1a7d661d2
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 4 05:46:30 2023 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 4 05:46:30 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78ff2720
7
8 sys-process/numactl: Stabilize 2.0.16 ppc64, #899372
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 sys-process/numactl/numactl-2.0.16.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-process/numactl/numactl-2.0.16.ebuild b/sys-process/numactl/numactl-2.0.16.ebuild
16 index 61442b7a6907..983ac0b8961f 100644
17 --- a/sys-process/numactl/numactl-2.0.16.ebuild
18 +++ b/sys-process/numactl/numactl-2.0.16.ebuild
19 @@ -12,7 +12,7 @@ if [[ ${PV} == 9999 ]] ; then
20 EGIT_REPO_URI="https://github.com/numactl/numactl.git"
21 else
22 SRC_URI="https://github.com/numactl/numactl/releases/download/v${PV}/${P}.tar.gz"
23 - KEYWORDS="~alpha amd64 ~arm64 ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux"
24 + KEYWORDS="~alpha amd64 ~arm64 ~ia64 ~loong ~mips ~ppc ppc64 ~riscv ~sparc ~x86 ~amd64-linux"
25 fi
26
27 LICENSE="GPL-2"