diff options
author | Jason Zaman <perfinion@gentoo.org> | 2015-07-02 18:07:06 +0000 |
---|---|---|
committer | Jason Zaman <perfinion@gentoo.org> | 2015-07-02 18:07:06 +0000 |
commit | 57b9d23c9e503d5a95561d5866143708dba5b369 (patch) | |
tree | 1ee9b956e996eaff0455749866fecfced1495788 /sec-policy/selinux-ksmtuned | |
parent | Release of 2.20141203-r7 (diff) | |
download | gentoo-2-57b9d23c9e503d5a95561d5866143708dba5b369.tar.gz gentoo-2-57b9d23c9e503d5a95561d5866143708dba5b369.tar.bz2 gentoo-2-57b9d23c9e503d5a95561d5866143708dba5b369.zip |
Stabilize policy 2.20141203-r6
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x7EF137EC935B0EAF)
Diffstat (limited to 'sec-policy/selinux-ksmtuned')
-rw-r--r-- | sec-policy/selinux-ksmtuned/ChangeLog | 6 | ||||
-rw-r--r-- | sec-policy/selinux-ksmtuned/selinux-ksmtuned-2.20141203-r6.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sec-policy/selinux-ksmtuned/ChangeLog b/sec-policy/selinux-ksmtuned/ChangeLog index 247ad37ed6d6..4a1960bded0a 100644 --- a/sec-policy/selinux-ksmtuned/ChangeLog +++ b/sec-policy/selinux-ksmtuned/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sec-policy/selinux-ksmtuned # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-ksmtuned/ChangeLog,v 1.61 2015/07/02 17:59:38 perfinion Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-ksmtuned/ChangeLog,v 1.62 2015/07/02 18:07:02 perfinion Exp $ + + 02 Jul 2015; Jason Zaman <perfinion@gentoo.org> + selinux-ksmtuned-2.20141203-r6.ebuild: + Stabilize policy 2.20141203-r6 *selinux-ksmtuned-2.20141203-r7 (02 Jul 2015) diff --git a/sec-policy/selinux-ksmtuned/selinux-ksmtuned-2.20141203-r6.ebuild b/sec-policy/selinux-ksmtuned/selinux-ksmtuned-2.20141203-r6.ebuild index 7d9293a6c876..a7f99720cab1 100644 --- a/sec-policy/selinux-ksmtuned/selinux-ksmtuned-2.20141203-r6.ebuild +++ b/sec-policy/selinux-ksmtuned/selinux-ksmtuned-2.20141203-r6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-ksmtuned/selinux-ksmtuned-2.20141203-r6.ebuild,v 1.1 2015/06/05 15:57:21 perfinion Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-ksmtuned/selinux-ksmtuned-2.20141203-r6.ebuild,v 1.2 2015/07/02 18:07:02 perfinion Exp $ EAPI="5" IUSE="" @@ -13,5 +13,5 @@ DESCRIPTION="SELinux policy for ksmtuned" if [[ $PV == 9999* ]] ; then KEYWORDS="" else - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 x86" fi |