sys-apps/policycoreutils: some utils have been split out into separate packages
[gentoo.git] / sec-policy / selinux-chromium / selinux-chromium-2.20151208-r5.ebuild
1 # Copyright 1999-2016 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Id$
4 EAPI="5"
5
6 IUSE="alsa"
7 MODS="chromium"
8
9 inherit selinux-policy-2
10
11 DESCRIPTION="SELinux policy for chromium"
12
13 if [[ ${PV} != 9999* ]] ; then
14         KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86"
15 fi
16
17 DEPEND="${DEPEND}
18         sec-policy/selinux-xserver
19 "
20 RDEPEND="${RDEPEND}
21         sec-policy/selinux-xserver
22 "