diff options
Diffstat (limited to 'testing/apparmor/APKBUILD')
-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" |