diff options
author | Jason Zaman <perfinion@gentoo.org> | 2015-04-15 15:55:35 +0000 |
---|---|---|
committer | Jason Zaman <perfinion@gentoo.org> | 2015-04-15 15:55:35 +0000 |
commit | 4c97d187997359f3ece8e3fb4d9de0d62de84012 (patch) | |
tree | f258c8f63aeadd28b0c83863f08f5493c204fbe1 /sec-policy/selinux-ksmtuned | |
parent | Release of 2.20141203-r5 (diff) | |
download | gentoo-2-4c97d187997359f3ece8e3fb4d9de0d62de84012.tar.gz gentoo-2-4c97d187997359f3ece8e3fb4d9de0d62de84012.tar.bz2 gentoo-2-4c97d187997359f3ece8e3fb4d9de0d62de84012.zip |
Stabilize policy 2.20141203-r4
(Portage version: 2.2.14/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-r4.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sec-policy/selinux-ksmtuned/ChangeLog b/sec-policy/selinux-ksmtuned/ChangeLog index a84255fb52cc..c9c09f12cec7 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.57 2015/04/15 15:43:16 perfinion Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-ksmtuned/ChangeLog,v 1.58 2015/04/15 15:55:20 perfinion Exp $ + + 15 Apr 2015; Jason Zaman <perfinion@gentoo.org> + selinux-ksmtuned-2.20141203-r4.ebuild: + Stabilize policy 2.20141203-r4 *selinux-ksmtuned-2.20141203-r5 (15 Apr 2015) diff --git a/sec-policy/selinux-ksmtuned/selinux-ksmtuned-2.20141203-r4.ebuild b/sec-policy/selinux-ksmtuned/selinux-ksmtuned-2.20141203-r4.ebuild index 52f0db02cbd1..d734ebe2ef72 100644 --- a/sec-policy/selinux-ksmtuned/selinux-ksmtuned-2.20141203-r4.ebuild +++ b/sec-policy/selinux-ksmtuned/selinux-ksmtuned-2.20141203-r4.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-r4.ebuild,v 1.1 2015/03/22 13:47:24 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-ksmtuned/selinux-ksmtuned-2.20141203-r4.ebuild,v 1.2 2015/04/15 15:55:20 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 |