diff options
Diffstat (limited to 'community/glusterfs/PKGBUILD')
-rw-r--r-- | community/glusterfs/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/glusterfs/PKGBUILD b/community/glusterfs/PKGBUILD index e841b8cc0..7a5ca0534 100644 --- a/community/glusterfs/PKGBUILD +++ b/community/glusterfs/PKGBUILD @@ -9,7 +9,7 @@ pkgver=3.4.1 _basever=`echo $pkgver | cut -f1-2 -d.` pkgrel=2 pkgdesc='Is a cluster file-system capable of scaling to several peta-bytes.' -arch=(i686 x86_64) +arch=(i686 x86_64 mips64el) url='http://www.gluster.org/' license=(GPL2 LGPL3) depends=(fuse python2 libxml2) |