diff options
author | Jason Zaman <perfinion@gentoo.org> | 2015-06-05 15:57:25 +0000 |
---|---|---|
committer | Jason Zaman <perfinion@gentoo.org> | 2015-06-05 15:57:25 +0000 |
commit | f481abb069df29bdd3a2beafaed87d229d7be255 (patch) | |
tree | 025b0d4be87e96c0bb33ef89209702baf6ed2deb /sec-policy/selinux-pan | |
parent | arm stable wrt bug #546484 (diff) | |
download | gentoo-2-f481abb069df29bdd3a2beafaed87d229d7be255.tar.gz gentoo-2-f481abb069df29bdd3a2beafaed87d229d7be255.tar.bz2 gentoo-2-f481abb069df29bdd3a2beafaed87d229d7be255.zip |
Release of 2.20141203-r6
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x7EF137EC935B0EAF)
Diffstat (limited to 'sec-policy/selinux-pan')
-rw-r--r-- | sec-policy/selinux-pan/ChangeLog | 6 | ||||
-rw-r--r-- | sec-policy/selinux-pan/selinux-pan-2.20141203-r6.ebuild | 23 |
2 files changed, 29 insertions, 0 deletions
diff --git a/sec-policy/selinux-pan/ChangeLog b/sec-policy/selinux-pan/ChangeLog index 62d6f49bfd09..2722476386f8 100644 --- a/sec-policy/selinux-pan/ChangeLog +++ b/sec-policy/selinux-pan/ChangeLog @@ -1,4 +1,10 @@ +*selinux-pan-2.20141203-r6 (05 Jun 2015) + + 05 Jun 2015; Jason Zaman <perfinion@gentoo.org> + +selinux-pan-2.20141203-r6.ebuild: + Release of 2.20141203-r6 + 15 Apr 2015; Jason Zaman <perfinion@gentoo.org> selinux-pan-2.20141203-r4.ebuild: Stabilize policy 2.20141203-r4 diff --git a/sec-policy/selinux-pan/selinux-pan-2.20141203-r6.ebuild b/sec-policy/selinux-pan/selinux-pan-2.20141203-r6.ebuild new file mode 100644 index 000000000000..5de1a6d33c3b --- /dev/null +++ b/sec-policy/selinux-pan/selinux-pan-2.20141203-r6.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-pan/selinux-pan-2.20141203-r6.ebuild,v 1.1 2015/06/05 15:57:11 perfinion Exp $ +EAPI="5" + +IUSE="" +MODS="pan" + +inherit selinux-policy-2 + +DESCRIPTION="SELinux policy for pan" + +if [[ $PV == 9999* ]] ; then + KEYWORDS="" +else + KEYWORDS="~amd64 ~x86" +fi +DEPEND="${DEPEND} + sec-policy/selinux-xserver +" +RDEPEND="${RDEPEND} + sec-policy/selinux-xserver +" |