2018-06-09 12:01:44 +03:00
|
|
|
# Copyright 1999-2018 Gentoo Foundation
|
2017-02-18 23:46:08 +03:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
2017-11-07 22:38:02 +03:00
|
|
|
|
2017-02-18 23:46:08 +03:00
|
|
|
EAPI="6"
|
|
|
|
|
|
|
|
IUSE=""
|
|
|
|
MODS="kerneloops"
|
|
|
|
|
|
|
|
inherit selinux-policy-2
|
|
|
|
|
|
|
|
DESCRIPTION="SELinux policy for kerneloops"
|
|
|
|
|
|
|
|
if [[ ${PV} != 9999* ]] ; then
|
2017-09-23 14:45:09 +03:00
|
|
|
KEYWORDS="~amd64 -arm ~arm64 ~mips ~x86"
|
2017-02-18 23:46:08 +03:00
|
|
|
fi
|