diff options
Diffstat (limited to 'community/audit/PKGBUILD')
-rw-r--r-- | community/audit/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/audit/PKGBUILD b/community/audit/PKGBUILD index b2160ddb0..5b3be46f0 100644 --- a/community/audit/PKGBUILD +++ b/community/audit/PKGBUILD @@ -8,7 +8,7 @@ pkgver=2.2.3 pkgrel=1 pkgdesc='User space utilities for storing and searching the audit records generated by the audit subsystem in the Linux kernel.' url=http://people.redhat.com/sgrubb/$pkgname -arch=(i686 x86_64) +arch=(i686 x86_64 mips64el) depends=(krb5 libcap-ng) makedepends=(libldap swig linux-headers python2) license=(GPL) |