2015-01-29 17:26:17 +03:00
|
|
|
# Copyright 1999-2015 Gentoo Foundation
|
2014-05-30 10:16:39 +04:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
2015-08-10 23:59:40 +03:00
|
|
|
# $Id$
|
2014-05-30 10:16:39 +04:00
|
|
|
EAPI="5"
|
|
|
|
|
|
|
|
IUSE=""
|
|
|
|
MODS="cpucontrol"
|
|
|
|
|
|
|
|
inherit selinux-policy-2
|
|
|
|
|
|
|
|
DESCRIPTION="SELinux policy for cpucontrol"
|
|
|
|
|
2014-12-22 03:03:42 +03:00
|
|
|
if [[ $PV == 9999* ]] ; then
|
|
|
|
KEYWORDS=""
|
|
|
|
else
|
2015-01-29 17:26:17 +03:00
|
|
|
KEYWORDS="amd64 x86"
|
2014-12-22 03:03:42 +03:00
|
|
|
fi
|