diff options
author | Sam James <sam@gentoo.org> | 2021-07-28 21:04:40 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-07-28 21:07:45 +0100 |
commit | 2a4dbd9df2f01820155d8bb028fba6cd4389b661 (patch) | |
tree | 8a25662675f2385135b41637775ac8e48a21c6db /app-admin | |
parent | media-sound/pulseaudio: restore ~arch keywords for 15.0 (diff) | |
download | gentoo-2a4dbd9df2f01820155d8bb028fba6cd4389b661.tar.gz gentoo-2a4dbd9df2f01820155d8bb028fba6cd4389b661.tar.bz2 gentoo-2a4dbd9df2f01820155d8bb028fba6cd4389b661.zip |
app-admin/setools: Stabilize 4.4.0 x86, #797616
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/setools/setools-4.4.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-admin/setools/setools-4.4.0.ebuild b/app-admin/setools/setools-4.4.0.ebuild index bab448134a71..fccf62f23698 100644 --- a/app-admin/setools/setools-4.4.0.ebuild +++ b/app-admin/setools/setools-4.4.0.ebuild @@ -15,7 +15,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 ~arm ~arm64 ~x86" + KEYWORDS="amd64 ~arm ~arm64 x86" fi LICENSE="GPL-2 LGPL-2.1" |