Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/numactl/
Date: Fri, 29 Jan 2021 20:50:57
Message-Id: 1611953449.b1ebe929a2c9a5e5ef9eda30bcfc2667ee0b42a6.sam@gentoo
1 commit: b1ebe929a2c9a5e5ef9eda30bcfc2667ee0b42a6
2 Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
3 AuthorDate: Fri Jan 29 15:12:06 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 29 20:50:49 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1ebe929
7
8 sys-process/numactl: stable 2.0.14 for sparc, bug #763564
9
10 Package-Manager: Portage-3.0.13, Repoman-3.0.2
11 RepoMan-Options: --include-arches="sparc"
12 Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
13 Signed-off-by: Sam James <sam <AT> gentoo.org>
14
15 sys-process/numactl/numactl-2.0.14.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/sys-process/numactl/numactl-2.0.14.ebuild b/sys-process/numactl/numactl-2.0.14.ebuild
19 index c8112288ce5..1cb3d8dd414 100644
20 --- a/sys-process/numactl/numactl-2.0.14.ebuild
21 +++ b/sys-process/numactl/numactl-2.0.14.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2020 Gentoo Authors
24 +# Copyright 1999-2021 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28 @@ -13,7 +13,7 @@ if [[ "${PV}" == 9999 ]] ; then
29 else
30 SRC_URI="https://github.com/numactl/numactl/releases/download/v${PV}/${P}.tar.gz"
31 # ARM lacks the __NR_migrate_pages syscall.
32 - KEYWORDS="~alpha ~amd64 -arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux"
33 + KEYWORDS="~alpha ~amd64 -arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 sparc ~x86 ~amd64-linux"
34 fi
35
36 LICENSE="GPL-2"