summaryrefslogtreecommitdiff
path: root/community/pdns
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2012-12-28 17:33:53 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2012-12-28 17:33:53 -0500
commita9f2ee33f4d847cfa5b112747de46becdb6b46b5 (patch)
tree15c5dfa531c3ba51126d944f8e16aa096fa93315 /community/pdns
parentbc0e43bd6999fb2784d73ca0e501a645179b1720 (diff)
Add mips64el in archs
Diffstat (limited to 'community/pdns')
-rw-r--r--community/pdns/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/pdns/PKGBUILD b/community/pdns/PKGBUILD
index 1d52dd8af..b7b6b609e 100644
--- a/community/pdns/PKGBUILD
+++ b/community/pdns/PKGBUILD
@@ -7,7 +7,7 @@ pkgname=pdns
pkgver=3.1
pkgrel=5
pkgdesc="Modern, advanced and high performance authoritative-only nameserver"
-arch=('x86_64' 'i686')
+arch=('x86_64' 'i686' 'mips64el')
url='http://www.powerdns.com/'
license=('GPL')
depends=('gcc-libs' 'zlib' 'postgresql-libs' 'libmysqlclient' 'sqlite' 'libldap' 'lua' 'boost-libs')