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 4F374158087 for ; Fri, 5 Nov 2021 09:15:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 12089E0909; Fri, 5 Nov 2021 09:15:10 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 47D02E0825 for ; Fri, 5 Nov 2021 09:15:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 6081134314C for ; Fri, 5 Nov 2021 07:19:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 935E21AE for ; Fri, 5 Nov 2021 07:19:35 +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: <1636096746.bcf72a2319ea2c55e5b2c70cabe8cfae021b3779.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/llvmgold/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/llvmgold/llvmgold-13.ebuild X-VCS-Directories: sys-devel/llvmgold/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: bcf72a2319ea2c55e5b2c70cabe8cfae021b3779 X-VCS-Branch: master Date: Fri, 5 Nov 2021 07:19:35 +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: 98b66d00-b75a-4892-be8c-a543c35ab790 X-Archives-Hash: b26c70f89865fd9a4f5ef2aeac03abe1 commit: bcf72a2319ea2c55e5b2c70cabe8cfae021b3779 Author: Sam James gentoo org> AuthorDate: Fri Nov 5 07:19:06 2021 +0000 Commit: Sam James gentoo org> CommitDate: Fri Nov 5 07:19:06 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcf72a23 sys-devel/llvmgold: Stabilize 13 arm64, #821862 Signed-off-by: Sam James gentoo.org> sys-devel/llvmgold/llvmgold-13.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-devel/llvmgold/llvmgold-13.ebuild b/sys-devel/llvmgold/llvmgold-13.ebuild index 2237d20d0a2..1ebabd8bb71 100644 --- a/sys-devel/llvmgold/llvmgold-13.ebuild +++ b/sys-devel/llvmgold/llvmgold-13.ebuild @@ -9,7 +9,7 @@ SRC_URI="" LICENSE="public-domain" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux" +KEYWORDS="~amd64 ~arm arm64 ~ppc64 ~riscv ~x86 ~amd64-linux" RDEPEND="sys-devel/llvm:${PV}[gold] !sys-devel/llvm:0"