diff options
author | 2023-09-24 12:15:09 -0400 | |
---|---|---|
committer | 2023-09-24 12:15:17 -0400 | |
commit | c87b4b764db4fcd59ce9aa092e1c1e88d7ced6dd (patch) | |
tree | a0145281927b38bad1cf27c541b2f558e67453aa /app-admin | |
parent | dev-vcs/git-delete-merged-branches: Stabilize 7.4.0 amd64, #914575 (diff) | |
download | gentoo-c87b4b764db4fcd59ce9aa092e1c1e88d7ced6dd.tar.gz gentoo-c87b4b764db4fcd59ce9aa092e1c1e88d7ced6dd.tar.bz2 gentoo-c87b4b764db4fcd59ce9aa092e1c1e88d7ced6dd.zip |
app-admin/setools: stabilize 4.4.2 for amd64, arm, arm64, x86
Closes: https://bugs.gentoo.org/913892
Signed-off-by: Kenton Groombridge <concord@gentoo.org>
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/setools/setools-4.4.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-admin/setools/setools-4.4.2.ebuild b/app-admin/setools/setools-4.4.2.ebuild index b56099e25e94..a0fdba4cdd9d 100644 --- a/app-admin/setools/setools-4.4.2.ebuild +++ b/app-admin/setools/setools-4.4.2.ebuild @@ -18,7 +18,7 @@ if [[ ${PV} == 9999 ]] ; then S="${WORKDIR}/${P}" else SRC_URI="https://github.com/SELinuxProject/setools/releases/download/${PV}/${P}.tar.bz2" - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" S="${WORKDIR}/${PN}" fi |