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 54081158094 for ; Tue, 6 Sep 2022 19:18:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 93E50E0826; Tue, 6 Sep 2022 19:18:34 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 7D1A4E0827 for ; Tue, 6 Sep 2022 19:18:34 +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 BB944341055 for ; Tue, 6 Sep 2022 19:18:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5537E5C6 for ; Tue, 6 Sep 2022 19:18:32 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1662491898.a25da2f43dd2d7c1d8e9a2004732f71e4196fa52.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/llvm-ocaml/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/llvm-ocaml/llvm-ocaml-15.0.0.ebuild X-VCS-Directories: dev-ml/llvm-ocaml/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: a25da2f43dd2d7c1d8e9a2004732f71e4196fa52 X-VCS-Branch: master Date: Tue, 6 Sep 2022 19:18:32 +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: 1d7e3fa9-8d7b-48dc-b41a-514c38875d48 X-Archives-Hash: e96239465737181f7aebe7c7b0b46d65 commit: a25da2f43dd2d7c1d8e9a2004732f71e4196fa52 Author: Michał Górny gentoo org> AuthorDate: Tue Sep 6 19:17:38 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Sep 6 19:18:18 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a25da2f4 dev-ml/llvm-ocaml: Add keywords to 15.0.0 Signed-off-by: Michał Górny gentoo.org> dev-ml/llvm-ocaml/llvm-ocaml-15.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ml/llvm-ocaml/llvm-ocaml-15.0.0.ebuild b/dev-ml/llvm-ocaml/llvm-ocaml-15.0.0.ebuild index 3f682163a64b..cdbcf29df268 100644 --- a/dev-ml/llvm-ocaml/llvm-ocaml-15.0.0.ebuild +++ b/dev-ml/llvm-ocaml/llvm-ocaml-15.0.0.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="https://llvm.org/" LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA" SLOT="0/${PV}" -KEYWORDS="" +KEYWORDS="~amd64 ~arm ~x86" IUSE="debug test" RESTRICT="!test? ( test )"