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 8C03613829C for ; Wed, 1 Jun 2016 14:15:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EFCDA25402B; Wed, 1 Jun 2016 14:15:45 +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 5D65925402B for ; Wed, 1 Jun 2016 14:15:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 CDB26340B25 for ; Wed, 1 Jun 2016 14:15:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 48AF6976 for ; Wed, 1 Jun 2016 14:15:41 +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: <1464790522.2cd8fee813dc0eb9226c34e23edb1245d66ef1a1.perfinion@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libselinux/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/libselinux/libselinux-2.5.ebuild X-VCS-Directories: sys-libs/libselinux/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 2cd8fee813dc0eb9226c34e23edb1245d66ef1a1 X-VCS-Branch: master Date: Wed, 1 Jun 2016 14:15:41 +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: a5744707-2bda-42a4-8fcc-223ec6a0664f X-Archives-Hash: 4228ca2058d815a44a92ba9464e5b4c5 commit: 2cd8fee813dc0eb9226c34e23edb1245d66ef1a1 Author: Jason Zaman gentoo org> AuthorDate: Wed Jun 1 13:50:23 2016 +0000 Commit: Jason Zaman gentoo org> CommitDate: Wed Jun 1 14:15:22 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cd8fee8 sys-libs/libselinux: stabilize userland 2.5 Package-Manager: portage-2.2.28 sys-libs/libselinux/libselinux-2.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-libs/libselinux/libselinux-2.5.ebuild b/sys-libs/libselinux/libselinux-2.5.ebuild index ad21b65..42e7140 100644 --- a/sys-libs/libselinux/libselinux-2.5.ebuild +++ b/sys-libs/libselinux/libselinux-2.5.ebuild @@ -18,7 +18,7 @@ SRC_URI="https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/rel LICENSE="public-domain" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~mips x86" IUSE="python ruby static-libs ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ruby_targets_ruby23"