diff options
author | Jason Zaman <perfinion@gentoo.org> | 2020-12-02 18:58:57 -0800 |
---|---|---|
committer | Jason Zaman <perfinion@gentoo.org> | 2020-12-02 19:08:05 -0800 |
commit | 9c5299cc0b41b0e0f03ebee6b9d0b28879a901ee (patch) | |
tree | 0fb64f3e984d0518b800033781efdc52f2304bec /sys-apps | |
parent | sys-process/audit: Stabilize amd64 x86 (diff) | |
download | gentoo-9c5299cc0b41b0e0f03ebee6b9d0b28879a901ee.tar.gz gentoo-9c5299cc0b41b0e0f03ebee6b9d0b28879a901ee.tar.bz2 gentoo-9c5299cc0b41b0e0f03ebee6b9d0b28879a901ee.zip |
sys-apps/selinux-python: stabilize SELinux userspace 3.1
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Jason Zaman <perfinion@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/selinux-python/selinux-python-3.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/selinux-python/selinux-python-3.1-r1.ebuild b/sys-apps/selinux-python/selinux-python-3.1-r1.ebuild index e3fe4738a86b..c92909383ffe 100644 --- a/sys-apps/selinux-python/selinux-python-3.1-r1.ebuild +++ b/sys-apps/selinux-python/selinux-python-3.1-r1.ebuild @@ -26,7 +26,7 @@ if [[ ${PV} == 9999 ]] ; then S="${WORKDIR}/${MY_P}/${PN#selinux-}" else SRC_URI="https://github.com/SELinuxProject/selinux/releases/download/${MY_RELEASEDATE}/${MY_P}.tar.gz" - KEYWORDS="~amd64 ~arm64 ~mips ~x86" + KEYWORDS="amd64 ~arm64 ~mips x86" S="${WORKDIR}/${MY_P}" fi |