diff options
author | 2014-11-01 17:26:20 +0000 | |
---|---|---|
committer | 2014-11-01 17:26:20 +0000 | |
commit | 13bc537739bb36dcae4804d66230ee0ad29edf27 (patch) | |
tree | b009ebe845233b4d2302bb72f595f24c7a631beb /sec-policy/selinux-automount | |
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-automount')
-rw-r--r-- | sec-policy/selinux-automount/ChangeLog | 8 | ||||
-rw-r--r-- | sec-policy/selinux-automount/selinux-automount-2.20140311-r7.ebuild | 17 |
2 files changed, 24 insertions, 1 deletions
diff --git a/sec-policy/selinux-automount/ChangeLog b/sec-policy/selinux-automount/ChangeLog index bb8c30b49be5..1ceccd87ef49 100644 --- a/sec-policy/selinux-automount/ChangeLog +++ b/sec-policy/selinux-automount/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sec-policy/selinux-automount # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-automount/ChangeLog,v 1.46 2014/11/01 16:13:33 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-automount/ChangeLog,v 1.47 2014/11/01 17:26:16 swift Exp $ + +*selinux-automount-2.20140311-r7 (01 Nov 2014) + + 01 Nov 2014; Sven Vermeulen <swift@gentoo.org> + +selinux-automount-2.20140311-r7.ebuild: + Bump revision r7 of SELinux policies 01 Nov 2014; Sven Vermeulen <swift@gentoo.org> selinux-automount-9999.ebuild: Add KEYWORDS logic in -9999 ebuilds for ease of copying diff --git a/sec-policy/selinux-automount/selinux-automount-2.20140311-r7.ebuild b/sec-policy/selinux-automount/selinux-automount-2.20140311-r7.ebuild new file mode 100644 index 000000000000..2e096a25db8d --- /dev/null +++ b/sec-policy/selinux-automount/selinux-automount-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-automount/selinux-automount-2.20140311-r7.ebuild,v 1.1 2014/11/01 17:26:16 swift Exp $ +EAPI="5" + +IUSE="" +MODS="automount" + +inherit selinux-policy-2 + +DESCRIPTION="SELinux policy for automount" + +if [[ $PV == 9999* ]] ; then + KEYWORDS="" +else + KEYWORDS="~amd64 ~x86" +fi |