diff options
author | Sven Vermeulen <swift@gentoo.org> | 2015-03-22 14:17:16 +0000 |
---|---|---|
committer | Sven Vermeulen <swift@gentoo.org> | 2015-03-22 14:17:16 +0000 |
commit | e9d138feaf741283ac5ac6ac48f70af763f4cc5c (patch) | |
tree | edc82563826c9a585ae8c6c2538eb8b17ce901a0 /sec-policy/selinux-ada | |
parent | Clean old (diff) | |
download | gentoo-2-e9d138feaf741283ac5ac6ac48f70af763f4cc5c.tar.gz gentoo-2-e9d138feaf741283ac5ac6ac48f70af763f4cc5c.tar.bz2 gentoo-2-e9d138feaf741283ac5ac6ac48f70af763f4cc5c.zip |
Stabilize 2.20141203-r3 policies
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x2EDD52403B68AF47)
Diffstat (limited to 'sec-policy/selinux-ada')
-rw-r--r-- | sec-policy/selinux-ada/ChangeLog | 6 | ||||
-rw-r--r-- | sec-policy/selinux-ada/selinux-ada-2.20141203-r3.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sec-policy/selinux-ada/ChangeLog b/sec-policy/selinux-ada/ChangeLog index b37b51795f1f..c05749aa75e7 100644 --- a/sec-policy/selinux-ada/ChangeLog +++ b/sec-policy/selinux-ada/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sec-policy/selinux-ada # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-ada/ChangeLog,v 1.55 2015/03/22 13:47:26 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-ada/ChangeLog,v 1.56 2015/03/22 14:17:12 swift Exp $ + + 22 Mar 2015; Sven Vermeulen <swift@gentoo.org> + selinux-ada-2.20141203-r3.ebuild: + Stabilize 2.20141203-r3 policies *selinux-ada-2.20141203-r4 (22 Mar 2015) diff --git a/sec-policy/selinux-ada/selinux-ada-2.20141203-r3.ebuild b/sec-policy/selinux-ada/selinux-ada-2.20141203-r3.ebuild index 631022aa0bfe..1ae70b07bf9b 100644 --- a/sec-policy/selinux-ada/selinux-ada-2.20141203-r3.ebuild +++ b/sec-policy/selinux-ada/selinux-ada-2.20141203-r3.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-ada/selinux-ada-2.20141203-r3.ebuild,v 1.1 2015/01/29 09:52:12 perfinion Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-ada/selinux-ada-2.20141203-r3.ebuild,v 1.2 2015/03/22 14:17:12 swift Exp $ EAPI="5" IUSE="" @@ -13,5 +13,5 @@ DESCRIPTION="SELinux policy for ada" if [[ $PV == 9999* ]] ; then KEYWORDS="" else - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 x86" fi |