diff options
author | Jason Zaman <perfinion@gentoo.org> | 2022-04-10 16:10:33 -0700 |
---|---|---|
committer | Jason Zaman <perfinion@gentoo.org> | 2022-04-10 20:43:42 -0700 |
commit | f7283058aa624518072e4f0d24633121672e21e6 (patch) | |
tree | 95073e605bfa22c157385b5bbbe89ada84152cea /sys-libs/libsepol/libsepol-9999.ebuild | |
parent | app-containers/buildah: drop vulnerable versions (diff) | |
download | gentoo-f7283058aa624518072e4f0d24633121672e21e6.tar.gz gentoo-f7283058aa624518072e4f0d24633121672e21e6.tar.bz2 gentoo-f7283058aa624518072e4f0d24633121672e21e6.zip |
sys-libs/libsepol: update live ebuild
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Jason Zaman <perfinion@gentoo.org>
Diffstat (limited to 'sys-libs/libsepol/libsepol-9999.ebuild')
-rw-r--r-- | sys-libs/libsepol/libsepol-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/libsepol/libsepol-9999.ebuild b/sys-libs/libsepol/libsepol-9999.ebuild index 141803b9f569..7a3db223026b 100644 --- a/sys-libs/libsepol/libsepol-9999.ebuild +++ b/sys-libs/libsepol/libsepol-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -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 |