2017-02-27 22:31:49 +03:00
|
|
|
# Copyright 1999-2017 Gentoo Foundation
|
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI="6"
|
|
|
|
|
|
|
|
IUSE=""
|
|
|
|
MODS="radius"
|
|
|
|
|
|
|
|
inherit selinux-policy-2
|
|
|
|
|
|
|
|
DESCRIPTION="SELinux policy for radius"
|
|
|
|
|
|
|
|
if [[ ${PV} != 9999* ]] ; then
|
2017-04-10 23:59:38 +03:00
|
|
|
KEYWORDS="amd64 ~arm ~arm64 ~mips x86"
|
2017-02-27 22:31:49 +03:00
|
|
|
fi
|