diff options
author | Sam James <sam@gentoo.org> | 2022-07-18 12:48:51 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-18 12:48:51 +0000 |
commit | 032a0c5284b6cffde3e17ec81b58fc98fb3a5ba9 (patch) | |
tree | 585866efd9c279b2f22e90d02eff09e6561199c3 /sys-apps | |
parent | sys-apps/secilc: Stabilize 3.4 arm64, #855968 (diff) | |
download | gentoo-032a0c5284b6cffde3e17ec81b58fc98fb3a5ba9.tar.gz gentoo-032a0c5284b6cffde3e17ec81b58fc98fb3a5ba9.tar.bz2 gentoo-032a0c5284b6cffde3e17ec81b58fc98fb3a5ba9.zip |
sys-apps/selinux-python: Stabilize 3.4 arm64, #855968
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/selinux-python/selinux-python-3.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/selinux-python/selinux-python-3.4.ebuild b/sys-apps/selinux-python/selinux-python-3.4.ebuild index 3dec249eb957..a199416adeda 100644 --- a/sys-apps/selinux-python/selinux-python-3.4.ebuild +++ b/sys-apps/selinux-python/selinux-python-3.4.ebuild @@ -19,7 +19,7 @@ if [[ ${PV} == 9999 ]] ; then S="${WORKDIR}/${P}/${PN#selinux-}" 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 |