diff options
author | Jason Zaman <perfinion@gentoo.org> | 2014-12-07 11:49:53 +0000 |
---|---|---|
committer | Jason Zaman <perfinion@gentoo.org> | 2014-12-07 11:49:53 +0000 |
commit | 57b94b79fbf2e2747f32af82dbb6a130d8080540 (patch) | |
tree | d876e87a5b7175422281f7daa4515c49e7177617 /sec-policy/selinux-rssh | |
parent | Version bump. (diff) | |
download | gentoo-2-57b94b79fbf2e2747f32af82dbb6a130d8080540.tar.gz gentoo-2-57b94b79fbf2e2747f32af82dbb6a130d8080540.tar.bz2 gentoo-2-57b94b79fbf2e2747f32af82dbb6a130d8080540.zip |
Release of 2.20141203-r1
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x7EF137EC935B0EAF)
Diffstat (limited to 'sec-policy/selinux-rssh')
-rw-r--r-- | sec-policy/selinux-rssh/ChangeLog | 8 | ||||
-rw-r--r-- | sec-policy/selinux-rssh/selinux-rssh-2.20141203-r1.ebuild | 17 |
2 files changed, 24 insertions, 1 deletions
diff --git a/sec-policy/selinux-rssh/ChangeLog b/sec-policy/selinux-rssh/ChangeLog index 049ed223f666..45d71d64aeb1 100644 --- a/sec-policy/selinux-rssh/ChangeLog +++ b/sec-policy/selinux-rssh/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sec-policy/selinux-rssh # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-rssh/ChangeLog,v 1.48 2014/11/01 17:38:34 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-rssh/ChangeLog,v 1.49 2014/12/07 11:49:51 perfinion Exp $ + +*selinux-rssh-2.20141203-r1 (07 Dec 2014) + + 07 Dec 2014; Jason Zaman <perfinion@gentoo.org> + +selinux-rssh-2.20141203-r1.ebuild: + Release of 2.20141203-r1 01 Nov 2014; Sven Vermeulen <swift@gentoo.org> selinux-rssh-2.20140311-r6.ebuild: diff --git a/sec-policy/selinux-rssh/selinux-rssh-2.20141203-r1.ebuild b/sec-policy/selinux-rssh/selinux-rssh-2.20141203-r1.ebuild new file mode 100644 index 000000000000..74d731704e53 --- /dev/null +++ b/sec-policy/selinux-rssh/selinux-rssh-2.20141203-r1.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-rssh/selinux-rssh-2.20141203-r1.ebuild,v 1.1 2014/12/07 11:49:51 perfinion Exp $ +EAPI="5" + +IUSE="" +MODS="rssh" + +inherit selinux-policy-2 + +DESCRIPTION="SELinux policy for rssh" + +if [[ $PV == 9999* ]] ; then + KEYWORDS="" +else + KEYWORDS="~amd64 ~x86" +fi |