summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-07-18 12:48:54 +0000
committerSam James <sam@gentoo.org>2022-07-18 12:48:54 +0000
commit357df30a09084b5259bcd269c074c4a05e6d5001 (patch)
tree15a8ce118affdd6355555a16d3a0051def4b5c3c
parentsys-apps/mcstrans: Stabilize 3.4 arm64, #855968 (diff)
downloadgentoo-357df30a09084b5259bcd269c074c4a05e6d5001.tar.gz
gentoo-357df30a09084b5259bcd269c074c4a05e6d5001.tar.bz2
gentoo-357df30a09084b5259bcd269c074c4a05e6d5001.zip
sys-apps/restorecond: Stabilize 3.4 arm64, #855968
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--sys-apps/restorecond/restorecond-3.4.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/restorecond/restorecond-3.4.ebuild b/sys-apps/restorecond/restorecond-3.4.ebuild
index a36c14acbaae..4512c4411d18 100644
--- a/sys-apps/restorecond/restorecond-3.4.ebuild
+++ b/sys-apps/restorecond/restorecond-3.4.ebuild
@@ -14,7 +14,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 x86"
+ KEYWORDS="amd64 arm arm64 ~mips x86"
S="${WORKDIR}/${MY_P}"
fi