aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2018-06-06 17:00:58 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2018-06-06 17:02:25 +0000
commit128bfc979e9d3f72f04f8b1b3525f1f20db35f2f (patch)
treecefeb6247906642e81e8c0fbaef774adc8e190ce
parente5d469b28efd35fefa74c4e83587f2f9b7d74acb (diff)
downloadalpine_aports-128bfc979e9d3f72f04f8b1b3525f1f20db35f2f.tar.bz2
alpine_aports-128bfc979e9d3f72f04f8b1b3525f1f20db35f2f.tar.xz
alpine_aports-128bfc979e9d3f72f04f8b1b3525f1f20db35f2f.zip
testing/libsemanage: enable on s390x again
-rw-r--r--testing/libsemanage/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/libsemanage/APKBUILD b/testing/libsemanage/APKBUILD
index 823afa3a2f..c2f7ea163b 100644
--- a/testing/libsemanage/APKBUILD
+++ b/testing/libsemanage/APKBUILD
@@ -5,7 +5,7 @@ pkgver=2.6
5pkgrel=0 5pkgrel=0
6pkgdesc="SELinux binary policy manipulation library" 6pkgdesc="SELinux binary policy manipulation library"
7url="https://github.com/SELinuxProject/selinux/wiki" 7url="https://github.com/SELinuxProject/selinux/wiki"
8arch="all !s390x" # FIXME: audit is missing on s390x 8arch="all"
9license="LGPL-2.0-or-later" 9license="LGPL-2.0-or-later"
10depends="" 10depends=""
11depends_dev="" 11depends_dev=""