diff options
author | Sam James <sam@gentoo.org> | 2021-11-20 15:14:27 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-11-20 23:20:34 +0000 |
commit | 3d6e3403ebefe8010aa6191f1feaaf70bbb617a4 (patch) | |
tree | bfcc7693c1172b68fe1495736c3e2bc5070077f6 /sys-apps | |
parent | sys-apps/semodule-utils: Stabilize 3.2 arm, #825314 (diff) | |
download | gentoo-3d6e3403ebefe8010aa6191f1feaaf70bbb617a4.tar.gz gentoo-3d6e3403ebefe8010aa6191f1feaaf70bbb617a4.tar.bz2 gentoo-3d6e3403ebefe8010aa6191f1feaaf70bbb617a4.zip |
sys-apps/secilc: Stabilize 3.2 arm, #825314
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/secilc/secilc-3.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/secilc/secilc-3.2.ebuild b/sys-apps/secilc/secilc-3.2.ebuild index deb372f0b8f7..3cd08228ab9b 100644 --- a/sys-apps/secilc/secilc-3.2.ebuild +++ b/sys-apps/secilc/secilc-3.2.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then S="${WORKDIR}/${P}/${PN}" else SRC_URI="https://github.com/SELinuxProject/selinux/releases/download/${PV}/${P}.tar.gz" - KEYWORDS="amd64 ~arm ~arm64 x86" + KEYWORDS="amd64 arm ~arm64 x86" fi LICENSE="GPL-2" |