summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenton Groombridge <concord@gentoo.org>2022-07-02 13:02:18 -0400
committerKenton Groombridge <concord@gentoo.org>2022-07-02 13:02:18 -0400
commit6a2c1181236b319404ed4437f0a8c244d562b48b (patch)
tree41307c76c1b65fa4a9017e7cbe6e14170c74b2b7 /sys-apps/restorecond
parentsys-apps/mcstrans: stabilize 3.4 for amd64, x86 (diff)
downloadgentoo-6a2c1181236b319404ed4437f0a8c244d562b48b.tar.gz
gentoo-6a2c1181236b319404ed4437f0a8c244d562b48b.tar.bz2
gentoo-6a2c1181236b319404ed4437f0a8c244d562b48b.zip
sys-apps/restorecond: stabilize 3.4 for amd64, x86
Signed-off-by: Kenton Groombridge <concord@gentoo.org>
Diffstat (limited to 'sys-apps/restorecond')
-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 92cd1c69200e..92d10b5de119 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