summaryrefslogtreecommitdiff
path: root/community/glusterfs
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2012-11-28 04:50:26 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2012-11-28 04:50:26 -0500
commit272c3b872f166f5e86dcf51bb510e93246170d26 (patch)
tree198dfd6f89c287c48dc03359b50b67e0c119de11 /community/glusterfs
parent78e579460b6f67a777a72232903eb7eaf84c945f (diff)
Add mips64el in archs
Diffstat (limited to 'community/glusterfs')
-rw-r--r--community/glusterfs/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/glusterfs/PKGBUILD b/community/glusterfs/PKGBUILD
index 006770423..f2dc1ea9d 100644
--- a/community/glusterfs/PKGBUILD
+++ b/community/glusterfs/PKGBUILD
@@ -9,7 +9,7 @@ _basever=3.3
pkgver=$_basever.1
pkgrel=1
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)