diff options
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-r5.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sec-policy/selinux-ksmtuned/ChangeLog b/sec-policy/selinux-ksmtuned/ChangeLog index f0825c31f91f..0537e2103ab7 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.59 2015/06/05 15:57:21 perfinion Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-ksmtuned/ChangeLog,v 1.60 2015/06/05 16:10:20 perfinion Exp $ + + 05 Jun 2015; Jason Zaman <perfinion@gentoo.org> + selinux-ksmtuned-2.20141203-r5.ebuild: + Stabilize policy 2.20141203-r5 *selinux-ksmtuned-2.20141203-r6 (05 Jun 2015) diff --git a/sec-policy/selinux-ksmtuned/selinux-ksmtuned-2.20141203-r5.ebuild b/sec-policy/selinux-ksmtuned/selinux-ksmtuned-2.20141203-r5.ebuild index d4b4c6a9e533..8b4eeb3a631b 100644 --- a/sec-policy/selinux-ksmtuned/selinux-ksmtuned-2.20141203-r5.ebuild +++ b/sec-policy/selinux-ksmtuned/selinux-ksmtuned-2.20141203-r5.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-r5.ebuild,v 1.1 2015/04/15 15:43:16 perfinion Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-ksmtuned/selinux-ksmtuned-2.20141203-r5.ebuild,v 1.2 2015/06/05 16:10: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 |