diff options
author | Sven Vermeulen <swift@gentoo.org> | 2015-03-22 14:18:20 +0000 |
---|---|---|
committer | Sven Vermeulen <swift@gentoo.org> | 2015-03-22 14:18:20 +0000 |
commit | 5223d03c10e11a31f7af6e117d1af26443f34b5e (patch) | |
tree | 64e124ab4ff800fb1fad1c9c823f8ea10f8857e8 /sec-policy/selinux-logrotate/selinux-logrotate-2.20141203-r3.ebuild | |
parent | Clean old (diff) | |
download | historical-5223d03c10e11a31f7af6e117d1af26443f34b5e.tar.gz historical-5223d03c10e11a31f7af6e117d1af26443f34b5e.tar.bz2 historical-5223d03c10e11a31f7af6e117d1af26443f34b5e.zip |
Stabilize 2.20141203-r3 policies
Package-Manager: portage-2.2.14/cvs/Linux x86_64
Manifest-Sign-Key: 0x2EDD52403B68AF47
Diffstat (limited to 'sec-policy/selinux-logrotate/selinux-logrotate-2.20141203-r3.ebuild')
-rw-r--r-- | sec-policy/selinux-logrotate/selinux-logrotate-2.20141203-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sec-policy/selinux-logrotate/selinux-logrotate-2.20141203-r3.ebuild b/sec-policy/selinux-logrotate/selinux-logrotate-2.20141203-r3.ebuild index 3975f116e926..7b9d172b496d 100644 --- a/sec-policy/selinux-logrotate/selinux-logrotate-2.20141203-r3.ebuild +++ b/sec-policy/selinux-logrotate/selinux-logrotate-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-logrotate/selinux-logrotate-2.20141203-r3.ebuild,v 1.1 2015/01/29 09:52:09 perfinion Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-logrotate/selinux-logrotate-2.20141203-r3.ebuild,v 1.2 2015/03/22 14:17:14 swift Exp $ EAPI="5" IUSE="" @@ -13,5 +13,5 @@ DESCRIPTION="SELinux policy for logrotate" if [[ $PV == 9999* ]] ; then KEYWORDS="" else - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 x86" fi |