From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 02E15138330 for ; Mon, 3 Oct 2016 07:30:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 585CDE0B9C; Mon, 3 Oct 2016 07:30:35 +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 3DE2FE0B9C for ; Mon, 3 Oct 2016 07:30:35 +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 DDC6C340DE0 for ; Mon, 3 Oct 2016 07:30:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DBC4124A9 for ; Mon, 3 Oct 2016 07:30:30 +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: <1475478155.b8a1875d292d6c3b7b8082d5292e1d5a4fe24b01.perfinion@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/setools/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/setools/setools-4.0.1.ebuild X-VCS-Directories: app-admin/setools/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: b8a1875d292d6c3b7b8082d5292e1d5a4fe24b01 X-VCS-Branch: master Date: Mon, 3 Oct 2016 07:30:30 +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: a6e4d403-c3e7-4a67-8801-fe47686b0451 X-Archives-Hash: 50cff508d9b214a4b1b996f2c83dcca5 commit: b8a1875d292d6c3b7b8082d5292e1d5a4fe24b01 Author: Jason Zaman gentoo org> AuthorDate: Sat Oct 1 03:41:18 2016 +0000 Commit: Jason Zaman gentoo org> CommitDate: Mon Oct 3 07:02:35 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8a1875d app-admin/setools: Add back keywords to setools-4 now that selinux userspace supports it Package-Manager: portage-2.3.0 app-admin/setools/setools-4.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-admin/setools/setools-4.0.1.ebuild b/app-admin/setools/setools-4.0.1.ebuild index 5e728ed..a2d192c 100644 --- a/app-admin/setools/setools-4.0.1.ebuild +++ b/app-admin/setools/setools-4.0.1.ebuild @@ -15,7 +15,7 @@ if [[ ${PV} == 9999 ]] ; then EGIT_REPO_URI="https://github.com/TresysTechnology/setools.git" else SRC_URI="https://github.com/TresysTechnology/setools/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="" + KEYWORDS="~amd64 ~arm64 ~mips ~x86" fi LICENSE="GPL-2 LGPL-2.1"