diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-11-05 15:55:07 +0000 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-11-05 15:55:07 +0000 |
commit | 1b6352a6643ff466a60f1905eede76c05945a0e3 (patch) | |
tree | 4611f42fc3c983c19112fa16072f7fd5380e9c5a /sys-apps | |
parent | app-text/tesseract: Stabilize 5.4.1 arm64, #941651 (diff) | |
download | gentoo-1b6352a6643ff466a60f1905eede76c05945a0e3.tar.gz gentoo-1b6352a6643ff466a60f1905eede76c05945a0e3.tar.bz2 gentoo-1b6352a6643ff466a60f1905eede76c05945a0e3.zip |
sys-apps/checkpolicy: Stabilize 3.7-r1 arm64, #942889
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/checkpolicy/checkpolicy-3.7-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/checkpolicy/checkpolicy-3.7-r1.ebuild b/sys-apps/checkpolicy/checkpolicy-3.7-r1.ebuild index b1bafebafcc8..302c1642e081 100644 --- a/sys-apps/checkpolicy/checkpolicy-3.7-r1.ebuild +++ b/sys-apps/checkpolicy/checkpolicy-3.7-r1.ebuild @@ -17,7 +17,7 @@ if [[ ${PV} == 9999 ]] ; then S="${WORKDIR}/${P}/${PN}" else SRC_URI="https://github.com/SELinuxProject/selinux/releases/download/${MY_PV}/${MY_P}.tar.gz" - KEYWORDS="amd64 arm ~arm64 ~mips ~riscv x86" + KEYWORDS="amd64 arm arm64 ~mips ~riscv x86" S="${WORKDIR}/${MY_P}" fi |