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 5D261138334 for ; Sat, 17 Aug 2019 10:09:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DA079E092E; Sat, 17 Aug 2019 10:09:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C0D82E092E for ; Sat, 17 Aug 2019 10:09:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D54C1349CAC for ; Sat, 17 Aug 2019 10:09:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 07D6B773 for ; Sat, 17 Aug 2019 10:09:23 +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: <1566034822.22d4cef4a03ab20bc494d1904c0f7578629742a9.perfinion@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/secilc/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/secilc/secilc-2.9.ebuild X-VCS-Directories: sys-apps/secilc/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 22d4cef4a03ab20bc494d1904c0f7578629742a9 X-VCS-Branch: master Date: Sat, 17 Aug 2019 10:09:23 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a340ca38-7893-40d7-8d71-eaaeb386f775 X-Archives-Hash: 6cfd18e5af88d1c51f505b85aac196d1 commit: 22d4cef4a03ab20bc494d1904c0f7578629742a9 Author: Jason Zaman gentoo org> AuthorDate: Sat Aug 17 09:40:22 2019 +0000 Commit: Jason Zaman gentoo org> CommitDate: Sat Aug 17 09:40:22 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22d4cef4 sys-apps/secilc: stable Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Jason Zaman gentoo.org> sys-apps/secilc/secilc-2.9.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/secilc/secilc-2.9.ebuild b/sys-apps/secilc/secilc-2.9.ebuild index aead3f36a43..238190a3f6a 100644 --- a/sys-apps/secilc/secilc-2.9.ebuild +++ b/sys-apps/secilc/secilc-2.9.ebuild @@ -18,7 +18,7 @@ if [[ ${PV} == 9999 ]]; then S="${WORKDIR}/${MY_P}/${PN}" else SRC_URI="https://github.com/SELinuxProject/selinux/releases/download/${MY_RELEASEDATE}/${MY_P}.tar.gz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 x86" S="${WORKDIR}/${MY_P}" fi