diff options
author | Sam James <sam@gentoo.org> | 2021-07-04 23:19:29 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-07-04 23:19:29 +0100 |
commit | 8f95759dc7b5dc06c16005689f1de36a51e280cf (patch) | |
tree | d2e0ae89f5b69a90f2499314fdbe50f04e1b85ce | |
parent | sys-apps/secilc: Stabilize 3.2 amd64, #797616 (diff) | |
download | gentoo-8f95759dc7b5dc06c16005689f1de36a51e280cf.tar.gz gentoo-8f95759dc7b5dc06c16005689f1de36a51e280cf.tar.bz2 gentoo-8f95759dc7b5dc06c16005689f1de36a51e280cf.zip |
sys-apps/selinux-python: Stabilize 3.2 amd64, #797616
Signed-off-by: Sam James <sam@gentoo.org>
-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 def193bf03db..11c4b2351385 100644 --- a/sys-apps/selinux-python/selinux-python-3.2.ebuild +++ b/sys-apps/selinux-python/selinux-python-3.2.ebuild @@ -18,7 +18,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 ~arm64 ~mips ~x86" + KEYWORDS="amd64 ~arm64 ~mips ~x86" fi LICENSE="GPL-2" |