sys-apps/semodule-utils: Sync with Gentoo

It's from Gentoo commit 85d2b54e57f5fc91a659a09164f23594137a760f.
This commit is contained in:
Flatcar Buildbot 2024-07-29 07:18:58 +00:00 committed by Krzesimir Nowak
parent 461221fd38
commit c71c584e41

View File

@ -17,7 +17,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 ~riscv ~x86"
S="${WORKDIR}/${MY_P}"
fi