blob: 1bbe6af972266920655f61ecc37b5e2f8d27e04e [file] [log] [blame]
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
IUSE=""
MODS="nginx"
inherit selinux-policy-2
DESCRIPTION="SELinux policy for nginx"
if [[ ${PV} != 9999* ]] ; then
KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86"
fi
DEPEND="${DEPEND}
sec-policy/selinux-apache
"
RDEPEND="${DEPEND}
sec-policy/selinux-apache
"