2016-02-14 21:48:31 +03:00
|
|
|
# Copyright 1999-2016 Gentoo Foundation
|
2015-12-18 09:19:22 +03:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
# $Id$
|
|
|
|
EAPI="5"
|
|
|
|
|
|
|
|
IUSE=""
|
|
|
|
MODS="asterisk"
|
|
|
|
|
|
|
|
inherit selinux-policy-2
|
|
|
|
|
|
|
|
DESCRIPTION="SELinux policy for asterisk"
|
|
|
|
|
2016-02-17 09:03:58 +03:00
|
|
|
if [[ ${PV} != 9999* ]] ; then
|
2016-02-14 21:48:31 +03:00
|
|
|
KEYWORDS="amd64 x86"
|
2015-12-18 09:19:22 +03:00
|
|
|
fi
|