diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-11-16 15:58:21 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-11-16 15:58:21 +0100 |
commit | 6dfc39c543f5adbbbf8fe443b508602998fad046 (patch) | |
tree | 4f8b06c433df4081ad29627e2cc12b270a355678 /sys-process/numactl | |
parent | sys-block/fio: ia64 stable wrt bug #561756 (diff) | |
download | gentoo-6dfc39c543f5adbbbf8fe443b508602998fad046.tar.gz gentoo-6dfc39c543f5adbbbf8fe443b508602998fad046.tar.bz2 gentoo-6dfc39c543f5adbbbf8fe443b508602998fad046.zip |
sys-process/numactl: ia64 stable wrt bug #561756
Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="ia64"
Diffstat (limited to 'sys-process/numactl')
-rw-r--r-- | sys-process/numactl/numactl-2.0.9.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-process/numactl/numactl-2.0.9.ebuild b/sys-process/numactl/numactl-2.0.9.ebuild index e40bead10316..984b629a876c 100644 --- a/sys-process/numactl/numactl-2.0.9.ebuild +++ b/sys-process/numactl/numactl-2.0.9.ebuild @@ -13,7 +13,7 @@ SRC_URI="ftp://oss.sgi.com/www/projects/libnuma/download/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" # ARM lacks the __NR_migrate_pages syscall. -KEYWORDS="-arm amd64 ~ia64 ppc ppc64 x86 ~amd64-linux" +KEYWORDS="amd64 -arm ia64 ppc ppc64 x86 ~amd64-linux" IUSE="static-libs" src_prepare() { |