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 25E491382C5 for ; Tue, 4 May 2021 22:30:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7B0F5E088A; Tue, 4 May 2021 22:30:27 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 66B68E088A for ; Tue, 4 May 2021 22:30:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 294D9340D6F for ; Tue, 4 May 2021 22:30:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A7091643 for ; Tue, 4 May 2021 22:30:24 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1620167371.b611f2e56872a5ad03f3adff5e5624d024bcabc8.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/bmake/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/bmake/bmake-20210314-r1.ebuild X-VCS-Directories: sys-devel/bmake/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b611f2e56872a5ad03f3adff5e5624d024bcabc8 X-VCS-Branch: master Date: Tue, 4 May 2021 22:30:24 +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: 321bd5a7-4725-4db2-baf0-cbbf5bd58e7e X-Archives-Hash: bb5d0dba803f1aa8758ab2dc0386e063 commit: b611f2e56872a5ad03f3adff5e5624d024bcabc8 Author: Jakov Smolic sartura hr> AuthorDate: Mon May 3 11:25:20 2021 +0000 Commit: Sam James gentoo org> CommitDate: Tue May 4 22:29:31 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b611f2e5 sys-devel/bmake: Stabilize 20210314-r1 for amd64 Signed-off-by: Jakov Smolic sartura.hr> Signed-off-by: Sam James gentoo.org> sys-devel/bmake/bmake-20210314-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-devel/bmake/bmake-20210314-r1.ebuild b/sys-devel/bmake/bmake-20210314-r1.ebuild index b68c5fb3598..d8e7d457313 100644 --- a/sys-devel/bmake/bmake-20210314-r1.ebuild +++ b/sys-devel/bmake/bmake-20210314-r1.ebuild @@ -14,7 +14,7 @@ S="${WORKDIR}/${PN}" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ~ppc ~x86" # Skip failing test (sandbox and csh) PATCHES=( "${FILESDIR}"/${PN}-20210206-tests.patch )