summaryrefslogtreecommitdiff
path: root/community/pion
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2012-12-23 18:59:16 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2012-12-23 18:59:16 -0500
commit9c4be92686a455dc9ccea5031516ab282c8aecf1 (patch)
treeb47082bd9a9e6973046921a7500e2a5d937a6fe4 /community/pion
parentf63afe8a5370fd25ae12118b5c8b702f3dea9301 (diff)
Add mips64el in archs
Diffstat (limited to 'community/pion')
-rw-r--r--community/pion/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/pion/PKGBUILD b/community/pion/PKGBUILD
index 6b9657b8e..a17922d7d 100644
--- a/community/pion/PKGBUILD
+++ b/community/pion/PKGBUILD
@@ -7,7 +7,7 @@ _pkgver=dddce5e02d8a60f958e466e690d38eee924475b0
pkgrel=1
pkgdesc="A C++ development library for implementing lightweight HTTP interfaces"
url="http://www.cloudmeter.com/pion/support/"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
license=('custom:Boost')
depends=('boost-libs' 'openssl' 'log4cpp')
makedepends=('boost')