diff options
author | Kenton Groombridge <concord@gentoo.org> | 2023-04-09 11:03:47 -0400 |
---|---|---|
committer | Kenton Groombridge <concord@gentoo.org> | 2023-04-09 11:03:47 -0400 |
commit | 9ef9a4f2606cee3c423b11a2d987b9f5337be202 (patch) | |
tree | d5b7dcddfe3a6008cbaf14482af1b5b30cc831d8 /sys-apps/restorecond | |
parent | sys-apps/mcstrans: Stabilize SELinux userspace 3.5 (diff) | |
download | gentoo-9ef9a4f2606cee3c423b11a2d987b9f5337be202.tar.gz gentoo-9ef9a4f2606cee3c423b11a2d987b9f5337be202.tar.bz2 gentoo-9ef9a4f2606cee3c423b11a2d987b9f5337be202.zip |
sys-apps/restorecond: Stabilize SELinux userspace 3.5
Signed-off-by: Kenton Groombridge <concord@gentoo.org>
Diffstat (limited to 'sys-apps/restorecond')
-rw-r--r-- | sys-apps/restorecond/restorecond-3.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/restorecond/restorecond-3.5.ebuild b/sys-apps/restorecond/restorecond-3.5.ebuild index a55a218edd6c..010553a8791d 100644 --- a/sys-apps/restorecond/restorecond-3.5.ebuild +++ b/sys-apps/restorecond/restorecond-3.5.ebuild @@ -14,7 +14,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 ~x86" + KEYWORDS="amd64 arm arm64 ~mips x86" S="${WORKDIR}/${MY_P}" fi |