summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2012-06-21 10:21:25 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2012-06-21 10:21:25 -0500
commit016c092f2a76f803805b96f9d56754d33087e305 (patch)
treedd03c94d048ca35248677be98e1603f6ade0ac3e
parent62130de96451044ea587d1cef2302c4cf3f910c4 (diff)
Add mips64el in archs
-rw-r--r--community/ecryptfs-utils/PKGBUILD2
-rw-r--r--extra/bootchart/PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/community/ecryptfs-utils/PKGBUILD b/community/ecryptfs-utils/PKGBUILD
index f566c9b71..6d7df67d9 100644
--- a/community/ecryptfs-utils/PKGBUILD
+++ b/community/ecryptfs-utils/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=ecryptfs-utils
pkgver=97
pkgrel=1
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
pkgdesc="Enterprise-class stacked cryptographic filesystem for Linux"
url="https://launchpad.net/ecryptfs"
license=('GPL')
diff --git a/extra/bootchart/PKGBUILD b/extra/bootchart/PKGBUILD
index d47022c99..742ac1c4d 100644
--- a/extra/bootchart/PKGBUILD
+++ b/extra/bootchart/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=1
pkgdesc="A 'startup' graphing tool"
url="https://meego.gitorious.org/meego-developer-tools/bootchart"
license=('GPL2')
-arch=(i686 x86_64)
+arch=(i686 x86_64 mips64el)
depends=('glibc')
source=("http://foo-projects.org/~sofar/${pkgname}/${pkgname}-${pkgver}.tar.gz")