diff options
Diffstat (limited to 'community/rsyslog/PKGBUILD')
-rw-r--r-- | community/rsyslog/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/rsyslog/PKGBUILD b/community/rsyslog/PKGBUILD index f91a9e5d5..6f0bfed5e 100644 --- a/community/rsyslog/PKGBUILD +++ b/community/rsyslog/PKGBUILD @@ -6,7 +6,7 @@ pkgver=6.2.0 pkgrel=1 pkgdesc="An enhanced multi-threaded syslogd with a focus on security and reliability" url="http://www.rsyslog.com/" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL3') depends=('zlib' 'libestr' 'libee') makedepends=('postgresql-libs>=8.4.1' 'libmysqlclient' 'net-snmp' 'gnutls') |