sec-policy: Stabilize selinux policy 2.20170805-r3
[gentoo.git] / sec-policy / selinux-awstats / selinux-awstats-2.20170805-r3.ebuild
1 # Copyright 1999-2017 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI="6"
5
6 IUSE=""
7 MODS="awstats"
8
9 inherit selinux-policy-2
10
11 DESCRIPTION="SELinux policy for awstats"
12
13 if [[ ${PV} != 9999* ]] ; then
14         KEYWORDS="amd64 -arm ~arm64 ~mips x86"
15 fi
16 DEPEND="${DEPEND}
17         sec-policy/selinux-apache
18 "
19 RDEPEND="${RDEPEND}
20         sec-policy/selinux-apache
21 "