diff options
author | Jason Zaman <perfinion@gentoo.org> | 2020-12-02 18:42:35 -0800 |
---|---|---|
committer | Jason Zaman <perfinion@gentoo.org> | 2020-12-02 19:07:57 -0800 |
commit | 42df20818b38d925a2ca5b14c7026d7c1f4d1be7 (patch) | |
tree | 5c542473fd5521546b9e09ab78f66b6c64a397f0 /sys-libs/libsepol | |
parent | app-misc/lirc: x86 stable (bug #757633) (diff) | |
download | gentoo-42df20818b38d925a2ca5b14c7026d7c1f4d1be7.tar.gz gentoo-42df20818b38d925a2ca5b14c7026d7c1f4d1be7.tar.bz2 gentoo-42df20818b38d925a2ca5b14c7026d7c1f4d1be7.zip |
sys-libs/libsepol: 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-libs/libsepol')
-rw-r--r-- | sys-libs/libsepol/libsepol-3.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/libsepol/libsepol-3.1.ebuild b/sys-libs/libsepol/libsepol-3.1.ebuild index 5b122e23e551..423969ff82d1 100644 --- a/sys-libs/libsepol/libsepol-3.1.ebuild +++ b/sys-libs/libsepol/libsepol-3.1.ebuild @@ -17,7 +17,7 @@ if [[ ${PV} == 9999 ]]; then S="${WORKDIR}/${MY_P}/${PN}" else SRC_URI="https://github.com/SELinuxProject/selinux/releases/download/${MY_RELEASEDATE}/${MY_P}.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~mips x86" S="${WORKDIR}/${MY_P}" fi |