diff options
author | Tuan M. Hoang <tmhoang@flatglobe.org> | 2018-06-01 05:30:59 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-06-06 17:02:25 +0000 |
commit | e5d469b28efd35fefa74c4e83587f2f9b7d74acb (patch) | |
tree | 307b227c03cc41580b0f52ac3e1c730019d52ec8 /main | |
parent | b870dd8c4e66b1bb39542a6c6fd2c8e85f5101fe (diff) | |
download | aports-e5d469b28efd35fefa74c4e83587f2f9b7d74acb.tar.bz2 aports-e5d469b28efd35fefa74c4e83587f2f9b7d74acb.tar.xz |
main/audit: enable build on new s390x builder
Diffstat (limited to 'main')
-rw-r--r-- | main/audit/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/audit/APKBUILD b/main/audit/APKBUILD index 08e3d140dd..0623f93f2a 100644 --- a/main/audit/APKBUILD +++ b/main/audit/APKBUILD @@ -4,7 +4,7 @@ pkgver=2.8.3 pkgrel=0 pkgdesc="User space tools for 2.6 kernel auditing" url="http://people.redhat.com/sgrubb/audit/" -arch="all !s390x" # tests fails on s390x +arch="all" license="GPL-2.0-or-later" makedepends="linux-headers swig libcap-ng-dev python3" subpackages="$pkgname-static $pkgname-dev $pkgname-doc $pkgname-libs" |