diff options
author | Jason Zaman <perfinion@gentoo.org> | 2015-06-05 16:12:03 +0000 |
---|---|---|
committer | Jason Zaman <perfinion@gentoo.org> | 2015-06-05 16:12:03 +0000 |
commit | 17bde65fa506604dfcae92e2eafa71e214a5fb8b (patch) | |
tree | 64117dd1990ec0846a01f6196ec2d2a875e2c0fc /sec-policy/selinux-cachefilesd/selinux-cachefilesd-2.20141203-r5.ebuild | |
parent | Update linguas dependencies in preparation for the next version of kde-apps/k... (diff) | |
download | historical-17bde65fa506604dfcae92e2eafa71e214a5fb8b.tar.gz historical-17bde65fa506604dfcae92e2eafa71e214a5fb8b.tar.bz2 historical-17bde65fa506604dfcae92e2eafa71e214a5fb8b.zip |
Stabilize policy 2.20141203-r5
Package-Manager: portage-2.2.18/cvs/Linux x86_64
Manifest-Sign-Key: 0x7EF137EC935B0EAF
Diffstat (limited to 'sec-policy/selinux-cachefilesd/selinux-cachefilesd-2.20141203-r5.ebuild')
-rw-r--r-- | sec-policy/selinux-cachefilesd/selinux-cachefilesd-2.20141203-r5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sec-policy/selinux-cachefilesd/selinux-cachefilesd-2.20141203-r5.ebuild b/sec-policy/selinux-cachefilesd/selinux-cachefilesd-2.20141203-r5.ebuild index 9895be0244d9..2481e51bdc03 100644 --- a/sec-policy/selinux-cachefilesd/selinux-cachefilesd-2.20141203-r5.ebuild +++ b/sec-policy/selinux-cachefilesd/selinux-cachefilesd-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-cachefilesd/selinux-cachefilesd-2.20141203-r5.ebuild,v 1.1 2015/04/15 15:43:26 perfinion Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-cachefilesd/selinux-cachefilesd-2.20141203-r5.ebuild,v 1.2 2015/06/05 16:10:30 perfinion Exp $ EAPI="5" IUSE="" @@ -13,5 +13,5 @@ DESCRIPTION="SELinux policy for cachefilesd" if [[ $PV == 9999* ]] ; then KEYWORDS="" else - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 x86" fi |