app-admin/setools: stabilize 4.4.4 for amd64, arm, arm64, x86

Signed-off-by: Kenton Groombridge <concord@gentoo.org>
This commit is contained in:
Kenton Groombridge
2024-02-09 09:36:43 -05:00
parent 3a0b6aea3b
commit c0908dc986

View File

@@ -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