diff options
author | Jason Zaman <perfinion@gentoo.org> | 2015-08-04 17:42:11 +0000 |
---|---|---|
committer | Jason Zaman <perfinion@gentoo.org> | 2015-08-04 17:42:11 +0000 |
commit | b9cbf0b7ce58aa6067ecc76f9dfa367e5be9a139 (patch) | |
tree | 838a37caf0d5a1275a7321c0bd5db08f39554cc9 /sec-policy/selinux-gpm | |
parent | version bump fix #556548 (diff) | |
download | gentoo-2-b9cbf0b7ce58aa6067ecc76f9dfa367e5be9a139.tar.gz gentoo-2-b9cbf0b7ce58aa6067ecc76f9dfa367e5be9a139.tar.bz2 gentoo-2-b9cbf0b7ce58aa6067ecc76f9dfa367e5be9a139.zip |
Release of 2.20141203-r8
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0x7EF137EC935B0EAF)
Diffstat (limited to 'sec-policy/selinux-gpm')
-rw-r--r-- | sec-policy/selinux-gpm/ChangeLog | 8 | ||||
-rw-r--r-- | sec-policy/selinux-gpm/selinux-gpm-2.20141203-r8.ebuild | 17 |
2 files changed, 24 insertions, 1 deletions
diff --git a/sec-policy/selinux-gpm/ChangeLog b/sec-policy/selinux-gpm/ChangeLog index 40d832e595be..eb71f9808bd8 100644 --- a/sec-policy/selinux-gpm/ChangeLog +++ b/sec-policy/selinux-gpm/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sec-policy/selinux-gpm # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-gpm/ChangeLog,v 1.83 2015/08/04 16:49:30 perfinion Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-gpm/ChangeLog,v 1.84 2015/08/04 17:42:02 perfinion Exp $ + +*selinux-gpm-2.20141203-r8 (04 Aug 2015) + + 04 Aug 2015; Jason Zaman <perfinion@gentoo.org> + +selinux-gpm-2.20141203-r8.ebuild: + Release of 2.20141203-r8 04 Aug 2015; Jason Zaman <perfinion@gentoo.org> selinux-gpm-2.20141203-r7.ebuild: diff --git a/sec-policy/selinux-gpm/selinux-gpm-2.20141203-r8.ebuild b/sec-policy/selinux-gpm/selinux-gpm-2.20141203-r8.ebuild new file mode 100644 index 000000000000..7b26984ff399 --- /dev/null +++ b/sec-policy/selinux-gpm/selinux-gpm-2.20141203-r8.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-gpm/selinux-gpm-2.20141203-r8.ebuild,v 1.1 2015/08/04 17:42:02 perfinion Exp $ +EAPI="5" + +IUSE="" +MODS="gpm" + +inherit selinux-policy-2 + +DESCRIPTION="SELinux policy for gpm" + +if [[ $PV == 9999* ]] ; then + KEYWORDS="" +else + KEYWORDS="~amd64 ~x86" +fi |