diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-06-15 20:31:28 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-06-15 20:37:01 +0000 |
commit | 8bb43dff5cd6b0e586d92aad138d4ca4800b4918 (patch) | |
tree | 561a5aab154d2b1b5ca8db920b0e0b6a840797b4 /testing | |
parent | f523671eca045b1669c2b0d5b934233d3cb75f6f (diff) | |
download | aports-8bb43dff5cd6b0e586d92aad138d4ca4800b4918.tar.bz2 aports-8bb43dff5cd6b0e586d92aad138d4ca4800b4918.tar.xz |
testing/apparmor: disable on ppc64le
Diffstat (limited to 'testing')
-rw-r--r-- | testing/apparmor/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/apparmor/APKBUILD b/testing/apparmor/APKBUILD index 3da796d187..a462c11201 100644 --- a/testing/apparmor/APKBUILD +++ b/testing/apparmor/APKBUILD @@ -6,7 +6,7 @@ _majorver=2.11 pkgrel=0 pkgdesc="Linux application security framework - mandatory access control for programs" url="http://wiki.apparmor.net/index.php/Main_page" -arch="all" +arch="all !ppc64le" license="GPL" depends="bash" makedepends="bash sed python autoconf automake libtool bison flex swig gettext-dev python-dev linux-pam-dev linux-headers" |