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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 36B5215808B for ; Fri, 15 Apr 2022 00:03:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A2E612BC00A; Fri, 15 Apr 2022 00:03:09 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 633F82BC009 for ; Fri, 15 Apr 2022 00:03:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 61B543419BD for ; Fri, 15 Apr 2022 00:03:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A5EC93B2 for ; Fri, 15 Apr 2022 00:03:05 +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: <1649980643.c8217167b868dad504541327cc4bc604b5a77e14.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/lld/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/lld/lld-14.0.1.ebuild X-VCS-Directories: sys-devel/lld/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c8217167b868dad504541327cc4bc604b5a77e14 X-VCS-Branch: master Date: Fri, 15 Apr 2022 00:03:05 +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: b48630f3-e076-4d40-ac97-138b2ddc30a6 X-Archives-Hash: 77b9f9dea4fbb6a137cf770a1bbb2780 commit: c8217167b868dad504541327cc4bc604b5a77e14 Author: Sam James gentoo org> AuthorDate: Thu Apr 14 23:57:23 2022 +0000 Commit: Sam James gentoo org> CommitDate: Thu Apr 14 23:57:23 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8217167 sys-devel/lld: keyword 14.0.1 Signed-off-by: Sam James gentoo.org> sys-devel/lld/lld-14.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-devel/lld/lld-14.0.1.ebuild b/sys-devel/lld/lld-14.0.1.ebuild index b57382fbf22d..24d9edd3e0d3 100644 --- a/sys-devel/lld/lld-14.0.1.ebuild +++ b/sys-devel/lld/lld-14.0.1.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="https://llvm.org/" LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA" SLOT="0" -KEYWORDS="" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" IUSE="debug test" RESTRICT="!test? ( test )"