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 994da5cf7..acb86e5ae 100644 --- a/community/lxc/PKGBUILD +++ b/community/lxc/PKGBUILD @@ -8,7 +8,7 @@ pkgname=lxc pkgver=0.8.0_rc2 pkgrel=1 pkgdesc="Linux Containers" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://lxc.sourceforge.net/" depends=('bash' 'perl') license=('LGPL') |