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 4a1a22871..e40031472 100644 --- a/community/audit/PKGBUILD +++ b/community/audit/PKGBUILD @@ -8,7 +8,7 @@ pkgver=2.2.1 pkgrel=2 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) |