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 4940113835B for ; Tue, 6 Oct 2020 13:41:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 25113E0AFC; Tue, 6 Oct 2020 13:41:39 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 0E92AE0AFC for ; Tue, 6 Oct 2020 13:41:39 +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 C0331335DCB for ; Tue, 6 Oct 2020 13:41:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 396E1396 for ; Tue, 6 Oct 2020 13:41:36 +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: <1601991063.0991e63de45888b360f574b45e815a888806d0b7.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/lit/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/lit/lit-10.0.1.ebuild X-VCS-Directories: dev-python/lit/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 0991e63de45888b360f574b45e815a888806d0b7 X-VCS-Branch: master Date: Tue, 6 Oct 2020 13:41:36 +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: 8a16d704-383c-4249-81c1-09ab52f5b3ef X-Archives-Hash: 755cfa6724784648b37e78c7ba682280 commit: 0991e63de45888b360f574b45e815a888806d0b7 Author: Sam James gentoo org> AuthorDate: Tue Oct 6 13:31:03 2020 +0000 Commit: Sam James gentoo org> CommitDate: Tue Oct 6 13:31:03 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0991e63d dev-python/lit: Stabilize 10.0.1 arm, #742974 Signed-off-by: Sam James gentoo.org> dev-python/lit/lit-10.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/lit/lit-10.0.1.ebuild b/dev-python/lit/lit-10.0.1.ebuild index 720061a026e..e3e46729021 100644 --- a/dev-python/lit/lit-10.0.1.ebuild +++ b/dev-python/lit/lit-10.0.1.ebuild @@ -15,7 +15,7 @@ llvm.org_set_globals LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA" SLOT="0" -KEYWORDS="amd64 ~arm arm64 ~ppc64 x86" +KEYWORDS="amd64 arm arm64 ~ppc64 x86" IUSE="test" RESTRICT="!test? ( test )"