diff options
author | Jason Zaman <perfinion@gentoo.org> | 2015-01-29 09:54:04 +0000 |
---|---|---|
committer | Jason Zaman <perfinion@gentoo.org> | 2015-01-29 09:54:04 +0000 |
commit | 6a0db50de53c511378cfbf6a3b428b92d19f9e08 (patch) | |
tree | 5f96b34f56c51295e26e8150846eef4cf881f83a /sec-policy/selinux-vbetool/selinux-vbetool-2.20141203-r2.ebuild | |
parent | Module for interacting with the Jenkins CI server, ebuilds written by maintai... (diff) | |
download | historical-6a0db50de53c511378cfbf6a3b428b92d19f9e08.tar.gz historical-6a0db50de53c511378cfbf6a3b428b92d19f9e08.tar.bz2 historical-6a0db50de53c511378cfbf6a3b428b92d19f9e08.zip |
Release of 2.20141203-r3, stable 2.20141203-r2
Package-Manager: portage-2.2.14/cvs/Linux x86_64
Manifest-Sign-Key: 0x7EF137EC935B0EAF
Diffstat (limited to 'sec-policy/selinux-vbetool/selinux-vbetool-2.20141203-r2.ebuild')
-rw-r--r-- | sec-policy/selinux-vbetool/selinux-vbetool-2.20141203-r2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sec-policy/selinux-vbetool/selinux-vbetool-2.20141203-r2.ebuild b/sec-policy/selinux-vbetool/selinux-vbetool-2.20141203-r2.ebuild index a483df0d246f..23916db0c4ee 100644 --- a/sec-policy/selinux-vbetool/selinux-vbetool-2.20141203-r2.ebuild +++ b/sec-policy/selinux-vbetool/selinux-vbetool-2.20141203-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-vbetool/selinux-vbetool-2.20141203-r2.ebuild,v 1.1 2014/12/21 13:55:59 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-vbetool/selinux-vbetool-2.20141203-r2.ebuild,v 1.2 2015/01/29 09:52:13 perfinion Exp $ EAPI="5" IUSE="" @@ -13,5 +13,5 @@ DESCRIPTION="SELinux policy for vbetool" if [[ $PV == 9999* ]] ; then KEYWORDS="" else - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 x86" fi |