diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-06-06 08:56:09 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-06-06 08:56:09 +0000 |
commit | 02e31f85b0984c592d92f515392af00ce2af9774 (patch) | |
tree | f14db65c9ca8c4c96f9ae2ea12d9cbf133e0acf1 /testing/libsemanage | |
parent | 3e5871bd942faeb8e0e3fdee308622822f304a1a (diff) | |
download | aports-02e31f85b0984c592d92f515392af00ce2af9774.tar.bz2 aports-02e31f85b0984c592d92f515392af00ce2af9774.tar.xz |
testing/libsemanage: disable s390x due to missing audit
Diffstat (limited to 'testing/libsemanage')
-rw-r--r-- | testing/libsemanage/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/libsemanage/APKBUILD b/testing/libsemanage/APKBUILD index c2f7ea163b..823afa3a2f 100644 --- a/testing/libsemanage/APKBUILD +++ b/testing/libsemanage/APKBUILD @@ -5,7 +5,7 @@ pkgver=2.6 pkgrel=0 pkgdesc="SELinux binary policy manipulation library" url="https://github.com/SELinuxProject/selinux/wiki" -arch="all" +arch="all !s390x" # FIXME: audit is missing on s390x license="LGPL-2.0-or-later" depends="" depends_dev="" |