diff options
author | 2021-07-28 21:04:45 +0100 | |
---|---|---|
committer | 2021-07-28 21:07:47 +0100 | |
commit | c7736825ae9499a044099ba987cbf6d17487398d (patch) | |
tree | d60120b245210c98c97ecd26b2e99d6f4a9a44b5 /sys-apps | |
parent | sys-apps/checkpolicy: Stabilize 3.2 x86, #797616 (diff) | |
download | gentoo-c7736825ae9499a044099ba987cbf6d17487398d.tar.gz gentoo-c7736825ae9499a044099ba987cbf6d17487398d.tar.bz2 gentoo-c7736825ae9499a044099ba987cbf6d17487398d.zip |
sys-apps/mcstrans: Stabilize 3.2 x86, #797616
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/mcstrans/mcstrans-3.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/mcstrans/mcstrans-3.2.ebuild b/sys-apps/mcstrans/mcstrans-3.2.ebuild index 28ef70cad5bf..06962f8dcdb1 100644 --- a/sys-apps/mcstrans/mcstrans-3.2.ebuild +++ b/sys-apps/mcstrans/mcstrans-3.2.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == *9999 ]] ; then S="${WORKDIR}/${P}/${PN}" else SRC_URI="https://github.com/SELinuxProject/selinux/releases/download/${PV}/${P}.tar.gz" - KEYWORDS="amd64 ~arm ~arm64 ~mips ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~mips x86" fi DESCRIPTION="SELinux context translation to human readable names" |