diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2024-07-19 21:50:26 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2024-07-19 21:50:26 +0200 |
commit | 496982131071c2cc927ceb513513c008226bf916 (patch) | |
tree | 11dd3e7dd7eb738ea88c5c41dfba613badb7357c /sys-apps/selinux-python | |
parent | sys-apps/secilc: Keyword 3.7 riscv, #936297 (diff) | |
download | gentoo-496982131071c2cc927ceb513513c008226bf916.tar.gz gentoo-496982131071c2cc927ceb513513c008226bf916.tar.bz2 gentoo-496982131071c2cc927ceb513513c008226bf916.zip |
sys-apps/selinux-python: Keyword 3.7-r1 riscv, #936297
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'sys-apps/selinux-python')
-rw-r--r-- | sys-apps/selinux-python/selinux-python-3.7-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/selinux-python/selinux-python-3.7-r1.ebuild b/sys-apps/selinux-python/selinux-python-3.7-r1.ebuild index 6f2d5059e879..16191f0518b8 100644 --- a/sys-apps/selinux-python/selinux-python-3.7-r1.ebuild +++ b/sys-apps/selinux-python/selinux-python-3.7-r1.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 ~riscv ~x86" S="${WORKDIR}/${MY_P}" fi |