diff options
author | Sam James <sam@gentoo.org> | 2022-07-18 12:48:50 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-18 12:48:50 +0000 |
commit | f73e783ff0764573c758a48442f6f18f723a41af (patch) | |
tree | 970dfce203ebdb99f09e3887ebabd3876c107348 /sys-apps/secilc | |
parent | sys-apps/semodule-utils: Stabilize 3.4 arm64, #855968 (diff) | |
download | gentoo-f73e783ff0764573c758a48442f6f18f723a41af.tar.gz gentoo-f73e783ff0764573c758a48442f6f18f723a41af.tar.bz2 gentoo-f73e783ff0764573c758a48442f6f18f723a41af.zip |
sys-apps/secilc: Stabilize 3.4 arm64, #855968
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps/secilc')
-rw-r--r-- | sys-apps/secilc/secilc-3.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/secilc/secilc-3.4.ebuild b/sys-apps/secilc/secilc-3.4.ebuild index a6cf0268518e..cfba06558260 100644 --- a/sys-apps/secilc/secilc-3.4.ebuild +++ b/sys-apps/secilc/secilc-3.4.ebuild @@ -16,7 +16,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 x86" + KEYWORDS="amd64 arm arm64 x86" S="${WORKDIR}/${MY_P}" fi |