diff options
Diffstat (limited to 'community/lxc/PKGBUILD')
-rw-r--r-- | community/lxc/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/lxc/PKGBUILD b/community/lxc/PKGBUILD index bf73e8dfb..d480fae5f 100644 --- a/community/lxc/PKGBUILD +++ b/community/lxc/PKGBUILD @@ -10,7 +10,7 @@ pkgver=0.9.0 epoch=1 pkgrel=2 pkgdesc="Linux Containers" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://lxc.sourceforge.net/" depends=('bash' 'perl' 'libseccomp') license=('LGPL') |