2020-10-13 10:21:43 +03:00
|
|
|
# Copyright 1999-2020 Gentoo Authors
|
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
2020-11-30 08:39:41 +03:00
|
|
|
EAPI="7"
|
2020-10-13 10:21:43 +03:00
|
|
|
|
|
|
|
IUSE=""
|
2020-11-30 08:39:41 +03:00
|
|
|
MODS="openrc"
|
2020-10-13 10:21:43 +03:00
|
|
|
|
|
|
|
inherit selinux-policy-2
|
|
|
|
|
2020-11-30 08:39:41 +03:00
|
|
|
DESCRIPTION="SELinux policy for openrc"
|
2020-10-13 10:21:43 +03:00
|
|
|
|
|
|
|
if [[ ${PV} != 9999* ]] ; then
|
2020-12-03 11:34:03 +03:00
|
|
|
KEYWORDS="amd64 -arm ~arm64 ~mips x86"
|
2020-10-13 10:21:43 +03:00
|
|
|
fi
|