diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2019-09-05 09:45:22 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2019-09-05 09:45:22 +0200 |
commit | cefc2b3654f646854d70322779d9426c63944fdf (patch) | |
tree | d81ef69bf320611f2cd39e2bcb5c31413130175b /sys-process | |
parent | media-libs/harfbuzz: ppc stable wrt bug #693512 (diff) | |
download | gentoo-cefc2b3654f646854d70322779d9426c63944fdf.tar.gz gentoo-cefc2b3654f646854d70322779d9426c63944fdf.tar.bz2 gentoo-cefc2b3654f646854d70322779d9426c63944fdf.zip |
sys-process/numactl: ppc64 stable wrt bug #693322
Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'sys-process')
-rw-r--r-- | sys-process/numactl/numactl-2.0.12.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-process/numactl/numactl-2.0.12.ebuild b/sys-process/numactl/numactl-2.0.12.ebuild index 7c36bfe3f7e2..f97df3e27045 100644 --- a/sys-process/numactl/numactl-2.0.12.ebuild +++ b/sys-process/numactl/numactl-2.0.12.ebuild @@ -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="amd64 -arm arm64 ia64 ~mips ppc ~ppc64 x86 ~amd64-linux" + KEYWORDS="amd64 -arm arm64 ia64 ~mips ppc ppc64 x86 ~amd64-linux" fi LICENSE="GPL-2" |