diff options
author | Jason Zaman <perfinion@gentoo.org> | 2015-04-15 15:57:08 +0000 |
---|---|---|
committer | Jason Zaman <perfinion@gentoo.org> | 2015-04-15 15:57:08 +0000 |
commit | 86c8eeb62bdd2e1b154804240f81f736689d2210 (patch) | |
tree | bc80ee257a5a19e2349f8de071464597fe215b5e /sec-policy/selinux-makewhatis/selinux-makewhatis-2.20141203-r4.ebuild | |
parent | Release of 2.20141203-r5 (diff) | |
download | historical-86c8eeb62bdd2e1b154804240f81f736689d2210.tar.gz historical-86c8eeb62bdd2e1b154804240f81f736689d2210.tar.bz2 historical-86c8eeb62bdd2e1b154804240f81f736689d2210.zip |
Stabilize policy 2.20141203-r4
Package-Manager: portage-2.2.14/cvs/Linux x86_64
Manifest-Sign-Key: 0x7EF137EC935B0EAF
Diffstat (limited to 'sec-policy/selinux-makewhatis/selinux-makewhatis-2.20141203-r4.ebuild')
-rw-r--r-- | sec-policy/selinux-makewhatis/selinux-makewhatis-2.20141203-r4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sec-policy/selinux-makewhatis/selinux-makewhatis-2.20141203-r4.ebuild b/sec-policy/selinux-makewhatis/selinux-makewhatis-2.20141203-r4.ebuild index 634eb7d2ffd8..772b171f6c29 100644 --- a/sec-policy/selinux-makewhatis/selinux-makewhatis-2.20141203-r4.ebuild +++ b/sec-policy/selinux-makewhatis/selinux-makewhatis-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-makewhatis/selinux-makewhatis-2.20141203-r4.ebuild,v 1.1 2015/03/22 13:47:31 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-makewhatis/selinux-makewhatis-2.20141203-r4.ebuild,v 1.2 2015/04/15 15:55:33 perfinion Exp $ EAPI="5" IUSE="" @@ -13,5 +13,5 @@ DESCRIPTION="SELinux policy for makewhatis" if [[ $PV == 9999* ]] ; then KEYWORDS="" else - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 x86" fi |