gentoo-ebuilds/sec-policy/selinux-container/selinux-container-9999.ebuild
Kenton Groombridge a94b2c0c84
sec-policy/*: restore dropped keywords for riscv
Signed-off-by: Kenton Groombridge <concord@gentoo.org>
2024-10-16 09:48:00 -04:00

14 lines
280 B
Bash

# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
MODS="container"
inherit selinux-policy-2
DESCRIPTION="SELinux policy for container"
if [[ ${PV} != 9999* ]] ; then
KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
fi