diff options
author | Sam James <sam@gentoo.org> | 2021-07-28 21:04:49 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-07-28 21:07:50 +0100 |
commit | a96c3cf1ff0231ea9aecb39fb88dffb82264af53 (patch) | |
tree | 637f053cff53c27da802f8d073f0d392bee604e7 /sys-apps | |
parent | sys-apps/secilc: Stabilize 3.2 x86, #797616 (diff) | |
download | gentoo-a96c3cf1ff0231ea9aecb39fb88dffb82264af53.tar.gz gentoo-a96c3cf1ff0231ea9aecb39fb88dffb82264af53.tar.bz2 gentoo-a96c3cf1ff0231ea9aecb39fb88dffb82264af53.zip |
sys-apps/selinux-python: Stabilize 3.2 x86, #797616
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/selinux-python/selinux-python-3.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/selinux-python/selinux-python-3.2.ebuild b/sys-apps/selinux-python/selinux-python-3.2.ebuild index d0d1993c20a3..affdd90050d8 100644 --- a/sys-apps/selinux-python/selinux-python-3.2.ebuild +++ b/sys-apps/selinux-python/selinux-python-3.2.ebuild @@ -20,7 +20,7 @@ if [[ ${PV} == 9999 ]] ; then S="${WORKDIR}/${P}/${PN#selinux-}" 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 LICENSE="GPL-2" |