2014-12-08 02:57:30 +03:00
|
|
|
# Copyright 1999-2014 Gentoo Foundation
|
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
2015-08-11 00:17:55 +03:00
|
|
|
# $Id$
|
2014-12-08 02:57:30 +03:00
|
|
|
EAPI="5"
|
|
|
|
|
|
|
|
IUSE=""
|
|
|
|
MODS="policykit"
|
|
|
|
|
|
|
|
inherit selinux-policy-2
|
|
|
|
|
|
|
|
DESCRIPTION="SELinux policy for policykit"
|
|
|
|
|
|
|
|
if [[ $PV == 9999* ]] ; then
|
|
|
|
KEYWORDS=""
|
|
|
|
else
|
2014-12-22 03:03:58 +03:00
|
|
|
KEYWORDS="amd64 x86"
|
2014-12-08 02:57:30 +03:00
|
|
|
fi
|