diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2012-11-28 04:50:26 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2012-11-28 04:50:26 -0500 |
commit | 272c3b872f166f5e86dcf51bb510e93246170d26 (patch) | |
tree | 198dfd6f89c287c48dc03359b50b67e0c119de11 | |
parent | 78e579460b6f67a777a72232903eb7eaf84c945f (diff) |
Add mips64el in archs
-rw-r--r-- | community/glabels/PKGBUILD | 2 | ||||
-rw-r--r-- | community/glusterfs/PKGBUILD | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/community/glabels/PKGBUILD b/community/glabels/PKGBUILD index 5276b2464..906690383 100644 --- a/community/glabels/PKGBUILD +++ b/community/glabels/PKGBUILD @@ -7,7 +7,7 @@ pkgname=glabels pkgver=3.0.1 pkgrel=2 pkgdesc="Creating labels and business cards the very easy way" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://glabels.org/" license=('GPL' 'LGPL') depends=('librsvg' 'evolution-data-server>=3.6.0' 'qrencode' 'iec16022' 'dconf' 'desktop-file-utils' 'xdg-utils') 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) |