diff options
author | Sven Vermeulen <swift@gentoo.org> | 2014-11-01 17:26:20 +0000 |
---|---|---|
committer | Sven Vermeulen <swift@gentoo.org> | 2014-11-01 17:26:20 +0000 |
commit | 13bc537739bb36dcae4804d66230ee0ad29edf27 (patch) | |
tree | b009ebe845233b4d2302bb72f595f24c7a631beb /sec-policy/selinux-mplayer | |
parent | drop old (diff) | |
download | gentoo-2-13bc537739bb36dcae4804d66230ee0ad29edf27.tar.gz gentoo-2-13bc537739bb36dcae4804d66230ee0ad29edf27.tar.bz2 gentoo-2-13bc537739bb36dcae4804d66230ee0ad29edf27.zip |
Bump revision r7 of SELinux policies
(Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 0x2EDD52403B68AF47)
Diffstat (limited to 'sec-policy/selinux-mplayer')
-rw-r--r-- | sec-policy/selinux-mplayer/ChangeLog | 8 | ||||
-rw-r--r-- | sec-policy/selinux-mplayer/selinux-mplayer-2.20140311-r7.ebuild | 17 |
2 files changed, 24 insertions, 1 deletions
diff --git a/sec-policy/selinux-mplayer/ChangeLog b/sec-policy/selinux-mplayer/ChangeLog index cc52578174ee..8ed55267bdf0 100644 --- a/sec-policy/selinux-mplayer/ChangeLog +++ b/sec-policy/selinux-mplayer/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sec-policy/selinux-mplayer # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-mplayer/ChangeLog,v 1.48 2014/11/01 16:13:34 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-mplayer/ChangeLog,v 1.49 2014/11/01 17:26:19 swift Exp $ + +*selinux-mplayer-2.20140311-r7 (01 Nov 2014) + + 01 Nov 2014; Sven Vermeulen <swift@gentoo.org> + +selinux-mplayer-2.20140311-r7.ebuild: + Bump revision r7 of SELinux policies 01 Nov 2014; Sven Vermeulen <swift@gentoo.org> selinux-mplayer-9999.ebuild: Add KEYWORDS logic in -9999 ebuilds for ease of copying diff --git a/sec-policy/selinux-mplayer/selinux-mplayer-2.20140311-r7.ebuild b/sec-policy/selinux-mplayer/selinux-mplayer-2.20140311-r7.ebuild new file mode 100644 index 000000000000..969dacfa8fc5 --- /dev/null +++ b/sec-policy/selinux-mplayer/selinux-mplayer-2.20140311-r7.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2014 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.20140311-r7.ebuild,v 1.1 2014/11/01 17:26:19 swift Exp $ +EAPI="5" + +IUSE="alsa" +MODS="mplayer" + +inherit selinux-policy-2 + +DESCRIPTION="SELinux policy for mplayer" + +if [[ $PV == 9999* ]] ; then + KEYWORDS="" +else + KEYWORDS="~amd64 ~x86" +fi |