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 BAA8C138359 for ; Tue, 13 Oct 2020 12:54:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BED43E08BF; Tue, 13 Oct 2020 12:54:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 A9505E08C8 for ; Tue, 13 Oct 2020 12:54:19 +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 7709C340D58 for ; Tue, 13 Oct 2020 12:54:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5DB1E3A9 for ; Tue, 13 Oct 2020 12:54:14 +0000 (UTC) From: "Mark Wright" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mark Wright" Message-ID: <1602593626.e656ad0d162e4fb6823bb6bd0cd9d0d346bd1eda.gienah@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/stdlib-shims/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/stdlib-shims/stdlib-shims-0.2.0.ebuild X-VCS-Directories: dev-ml/stdlib-shims/ X-VCS-Committer: gienah X-VCS-Committer-Name: Mark Wright X-VCS-Revision: e656ad0d162e4fb6823bb6bd0cd9d0d346bd1eda X-VCS-Branch: master Date: Tue, 13 Oct 2020 12:54:14 +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: b9c9d0e7-97ba-4c0f-bcb7-4f7db59bbfda X-Archives-Hash: eeab002df33e7cb64b902ebd3cc7f3e6 commit: e656ad0d162e4fb6823bb6bd0cd9d0d346bd1eda Author: Mark Wright gentoo org> AuthorDate: Tue Oct 13 07:07:24 2020 +0000 Commit: Mark Wright gentoo org> CommitDate: Tue Oct 13 12:53:46 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e656ad0d dev-ml/stdlib-shims: Add ~arm ~arm64 KEYWORDS from ml-overlay Co-Author: Alexis Ballier gentoo.org> Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Mark Wright gentoo.org> dev-ml/stdlib-shims/stdlib-shims-0.2.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ml/stdlib-shims/stdlib-shims-0.2.0.ebuild b/dev-ml/stdlib-shims/stdlib-shims-0.2.0.ebuild index bedd6b873ec..ca9b60a4f1d 100644 --- a/dev-ml/stdlib-shims/stdlib-shims-0.2.0.ebuild +++ b/dev-ml/stdlib-shims/stdlib-shims-0.2.0.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/ocaml/${PN}/releases/download/${PV}/${P}.tbz" LICENSE="LGPL-2.1-with-linking-exception" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" IUSE="ocamlopt" DOCS=( "README.md" "CHANGES.md" "LICENSE" )