2016-10-28 07:52:17 +03:00
|
|
|
# Copyright 1999-2016 Gentoo Foundation
|
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI="5"
|
|
|
|
|
|
|
|
IUSE=""
|
|
|
|
MODS="sudo"
|
|
|
|
|
|
|
|
inherit selinux-policy-2
|
|
|
|
|
|
|
|
DESCRIPTION="SELinux policy for sudo"
|
|
|
|
|
|
|
|
if [[ ${PV} != 9999* ]] ; then
|
2016-12-07 09:11:58 +03:00
|
|
|
KEYWORDS="amd64 ~arm ~arm64 ~mips x86"
|
2016-10-28 07:52:17 +03:00
|
|
|
fi
|