diff options
author | Jason Zaman <perfinion@gentoo.org> | 2020-12-02 18:51:44 -0800 |
---|---|---|
committer | Jason Zaman <perfinion@gentoo.org> | 2020-12-02 19:08:00 -0800 |
commit | fb83a0a63250e965ac891f1e05fb0f527ecc4954 (patch) | |
tree | 1c70ebbb8660004686c7f549bbd644175f6b6089 /app-admin/setools | |
parent | sys-libs/libsemanage: stabilize SELinux userspace 3.1 (diff) | |
download | gentoo-fb83a0a63250e965ac891f1e05fb0f527ecc4954.tar.gz gentoo-fb83a0a63250e965ac891f1e05fb0f527ecc4954.tar.bz2 gentoo-fb83a0a63250e965ac891f1e05fb0f527ecc4954.zip |
app-admin/setools: 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 'app-admin/setools')
-rw-r--r-- | app-admin/setools/setools-4.3.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-admin/setools/setools-4.3.0.ebuild b/app-admin/setools/setools-4.3.0.ebuild index fd1fb1b07fac..22ab1263f7f0 100644 --- a/app-admin/setools/setools-4.3.0.ebuild +++ b/app-admin/setools/setools-4.3.0.ebuild @@ -14,7 +14,7 @@ if [[ ${PV} == 9999 ]] ; then EGIT_REPO_URI="https://github.com/SELinuxProject/setools.git" else SRC_URI="https://github.com/SELinuxProject/setools/releases/download/${PV}/${P}.tar.bz2" - KEYWORDS="~amd64 ~arm64 ~x86" + KEYWORDS="amd64 ~arm64 x86" fi LICENSE="GPL-2 LGPL-2.1" |