diff options
author | Kenton Groombridge <concord@gentoo.org> | 2022-07-02 13:01:32 -0400 |
---|---|---|
committer | Kenton Groombridge <concord@gentoo.org> | 2022-07-02 13:01:32 -0400 |
commit | 4fc3ee2267340acc0a5448db5d835ab83a403892 (patch) | |
tree | eeeea1b76e8a0abb7bd5c08e54c9a91b8f524d09 /sys-apps/selinux-python | |
parent | sys-apps/policycoreutils: stabilize 3.4 for amd64, x86 (diff) | |
download | gentoo-4fc3ee2267340acc0a5448db5d835ab83a403892.tar.gz gentoo-4fc3ee2267340acc0a5448db5d835ab83a403892.tar.bz2 gentoo-4fc3ee2267340acc0a5448db5d835ab83a403892.zip |
sys-apps/selinux-python: stabilize 3.4 for amd64, x86
Signed-off-by: Kenton Groombridge <concord@gentoo.org>
Diffstat (limited to 'sys-apps/selinux-python')
-rw-r--r-- | sys-apps/selinux-python/selinux-python-3.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/selinux-python/selinux-python-3.4.ebuild b/sys-apps/selinux-python/selinux-python-3.4.ebuild index edd4c0e29e22..0d89c8211375 100644 --- a/sys-apps/selinux-python/selinux-python-3.4.ebuild +++ b/sys-apps/selinux-python/selinux-python-3.4.ebuild @@ -19,7 +19,7 @@ if [[ ${PV} == 9999 ]] ; then S="${WORKDIR}/${P}/${PN#selinux-}" 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 |