diff options
author | Rolf Eike Beer <eike@sf-mail.de> | 2021-01-29 16:12:06 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-29 20:50:49 +0000 |
commit | b1ebe929a2c9a5e5ef9eda30bcfc2667ee0b42a6 (patch) | |
tree | 9cf3547f886e41765e8d9a536c5c0b144d451e67 /sys-process | |
parent | media-libs/libbdplus: stable 0.1.2-r1 for sparc, bug #763477 (diff) | |
download | gentoo-b1ebe929a2c9a5e5ef9eda30bcfc2667ee0b42a6.tar.gz gentoo-b1ebe929a2c9a5e5ef9eda30bcfc2667ee0b42a6.tar.bz2 gentoo-b1ebe929a2c9a5e5ef9eda30bcfc2667ee0b42a6.zip |
sys-process/numactl: stable 2.0.14 for sparc, bug #763564
Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer <eike@sf-mail.de>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-process')
-rw-r--r-- | sys-process/numactl/numactl-2.0.14.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-process/numactl/numactl-2.0.14.ebuild b/sys-process/numactl/numactl-2.0.14.ebuild index c8112288ce5b..1cb3d8dd414f 100644 --- a/sys-process/numactl/numactl-2.0.14.ebuild +++ b/sys-process/numactl/numactl-2.0.14.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -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="~alpha ~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" |