diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2012-07-21 17:38:05 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2012-07-21 17:38:05 -0500 |
commit | 938349983211e9fe66494a51384d32c44e4d1ffd (patch) | |
tree | 2f8dc18ef6a4eda600e945637f0e879f72f41b78 /community/audit/PKGBUILD | |
parent | ccc313d8fded59e5f3ac915b91b5683b1bf47880 (diff) |
Add mips64el in archs
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 91d738d59..fe854547f 100644 --- a/community/audit/PKGBUILD +++ b/community/audit/PKGBUILD @@ -8,7 +8,7 @@ pkgver=2.2.1 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) |