From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 81CAB59CA5 for ; Wed, 23 Mar 2016 22:37:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B6ECA21C065; Wed, 23 Mar 2016 22:37:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2060D21C065 for ; Wed, 23 Mar 2016 22:37:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 96B38340C90 for ; Wed, 23 Mar 2016 22:37:48 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 33551866 for ; Wed, 23 Mar 2016 22:37:47 +0000 (UTC) From: "Jason Zaman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason Zaman" Message-ID: <1458772627.62b0ece4bfd90ecc7af5d0ca525db3dee7ca41f0.perfinion@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sec-policy/selinux-unconfined/ X-VCS-Repository: repo/gentoo X-VCS-Files: sec-policy/selinux-unconfined/selinux-unconfined-2.20151208-r2.ebuild X-VCS-Directories: sec-policy/selinux-unconfined/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 62b0ece4bfd90ecc7af5d0ca525db3dee7ca41f0 X-VCS-Branch: master Date: Wed, 23 Mar 2016 22:37:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 57d99751-ee81-475c-878f-759b2eac0e45 X-Archives-Hash: 6e730024eb0f5a637c6be560e95df007 commit: 62b0ece4bfd90ecc7af5d0ca525db3dee7ca41f0 Author: Jason Zaman gentoo org> AuthorDate: Wed Mar 23 22:36:27 2016 +0000 Commit: Jason Zaman gentoo org> CommitDate: Wed Mar 23 22:37:07 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62b0ece4 sec-policy/selinux-unconfined: stabilize missed for -r2 policy Package-Manager: portage-2.2.26 sec-policy/selinux-unconfined/selinux-unconfined-2.20151208-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sec-policy/selinux-unconfined/selinux-unconfined-2.20151208-r2.ebuild b/sec-policy/selinux-unconfined/selinux-unconfined-2.20151208-r2.ebuild index 0c6e265..111c7f5 100644 --- a/sec-policy/selinux-unconfined/selinux-unconfined-2.20151208-r2.ebuild +++ b/sec-policy/selinux-unconfined/selinux-unconfined-2.20151208-r2.ebuild @@ -11,5 +11,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for unconfined" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~mips x86" fi