diff options
Diffstat (limited to 'sec-policy/selinux-mplayer/selinux-mplayer-2.20120725-r8.ebuild')
-rw-r--r-- | sec-policy/selinux-mplayer/selinux-mplayer-2.20120725-r8.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/sec-policy/selinux-mplayer/selinux-mplayer-2.20120725-r8.ebuild b/sec-policy/selinux-mplayer/selinux-mplayer-2.20120725-r8.ebuild new file mode 100644 index 000000000000..179281cf2547 --- /dev/null +++ b/sec-policy/selinux-mplayer/selinux-mplayer-2.20120725-r8.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $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 $ +EAPI="4" + +IUSE="" +MODS="mplayer" +BASEPOL="2.20120725-r8" + +inherit selinux-policy-2 + +DESCRIPTION="SELinux policy for mplayer" + +KEYWORDS="~amd64 ~x86" +DEPEND="${DEPEND} + sec-policy/selinux-xserver +" +RDEPEND="${DEPEND}" +POLICY_PATCH="${FILESDIR}/fix-alsa-is-optional-r8.patch" |