summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenton Groombridge <concord@gentoo.org>2023-04-09 11:03:26 -0400
committerKenton Groombridge <concord@gentoo.org>2023-04-09 11:03:26 -0400
commitec0c2080bb9215aaa2571cb6d6f78d28838c4d5d (patch)
treeaa5aca30ba27ef664ca8a26b46bcd5e8fe102ef5 /sys-apps/checkpolicy
parentsys-libs/libsemanage: Stabilize SELinux userspace 3.5 (diff)
downloadgentoo-ec0c2080bb9215aaa2571cb6d6f78d28838c4d5d.tar.gz
gentoo-ec0c2080bb9215aaa2571cb6d6f78d28838c4d5d.tar.bz2
gentoo-ec0c2080bb9215aaa2571cb6d6f78d28838c4d5d.zip
sys-apps/checkpolicy: Stabilize SELinux userspace 3.5
Signed-off-by: Kenton Groombridge <concord@gentoo.org>
Diffstat (limited to 'sys-apps/checkpolicy')
-rw-r--r--sys-apps/checkpolicy/checkpolicy-3.5.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/checkpolicy/checkpolicy-3.5.ebuild b/sys-apps/checkpolicy/checkpolicy-3.5.ebuild
index 496db82366f7..e3ad0c610ff7 100644
--- a/sys-apps/checkpolicy/checkpolicy-3.5.ebuild
+++ b/sys-apps/checkpolicy/checkpolicy-3.5.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} == 9999 ]] ; then
S="${WORKDIR}/${P}/${PN}"
else
SRC_URI="https://github.com/SELinuxProject/selinux/releases/download/${MY_PV}/${MY_P}.tar.gz"
- KEYWORDS="~amd64 ~arm ~arm64 ~mips ~riscv ~x86"
+ KEYWORDS="amd64 arm arm64 ~mips ~riscv x86"
S="${WORKDIR}/${MY_P}"
fi