diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2012-04-04 21:59:04 +0200 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2012-04-04 21:59:04 +0200 |
commit | 70aef24271adc675437b6452b52cadb3411101d2 (patch) | |
tree | 1e681419fc786a32b5efda0f82e80b8fa98afe21 /extra/numactl/PKGBUILD | |
parent | 0434620c6b114a41b0bba9a343d441f200c79798 (diff) |
numactl builds on mips64el.
Diffstat (limited to 'extra/numactl/PKGBUILD')
-rw-r--r-- | extra/numactl/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/numactl/PKGBUILD b/extra/numactl/PKGBUILD index 0565cdc08..f960a6e82 100644 --- a/extra/numactl/PKGBUILD +++ b/extra/numactl/PKGBUILD @@ -5,7 +5,7 @@ pkgname=numactl pkgver=2.0.7 pkgrel=2 pkgdesc="Simple NUMA policy support" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://oss.sgi.com/projects/libnuma/" license=('LGPL2.1' 'GPL2') depends=('perl') |