| 1 | # Copyright 1999-2012 Gentoo Foundation |
1 | # Copyright 1999-2012 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-mplayer/selinux-mplayer-2.20120725-r8.ebuild,v 1.1 2012/12/03 08:52:23 swift Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-mplayer/selinux-mplayer-2.20120725-r8.ebuild,v 1.2 2012/12/13 10:04:58 swift Exp $ |
| 4 | EAPI="4" |
4 | EAPI="4" |
| 5 | |
5 | |
| 6 | IUSE="" |
6 | IUSE="" |
| 7 | MODS="mplayer" |
7 | MODS="mplayer" |
| 8 | BASEPOL="2.20120725-r8" |
8 | BASEPOL="2.20120725-r8" |
| 9 | |
9 | |
| 10 | inherit selinux-policy-2 |
10 | inherit selinux-policy-2 |
| 11 | |
11 | |
| 12 | DESCRIPTION="SELinux policy for mplayer" |
12 | DESCRIPTION="SELinux policy for mplayer" |
| 13 | |
13 | |
| 14 | KEYWORDS="~amd64 ~x86" |
14 | KEYWORDS="amd64 x86" |
| 15 | DEPEND="${DEPEND} |
15 | DEPEND="${DEPEND} |
| 16 | sec-policy/selinux-xserver |
16 | sec-policy/selinux-xserver |
| 17 | " |
17 | " |
| 18 | RDEPEND="${DEPEND}" |
18 | RDEPEND="${DEPEND}" |
| 19 | POLICY_PATCH="${FILESDIR}/fix-alsa-is-optional-r8.patch" |
19 | POLICY_PATCH="${FILESDIR}/fix-alsa-is-optional-r8.patch" |