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 F1F20139695 for ; Mon, 24 Jul 2017 05:34:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 17987E0D8F; Mon, 24 Jul 2017 05:34:37 +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 EBE77E0D3C for ; Mon, 24 Jul 2017 05:34:36 +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 2DFAE34184C for ; Mon, 24 Jul 2017 05:34:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 926DC74C1 for ; Mon, 24 Jul 2017 05:34:34 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1500874451.c3e86a0a77f72bba55aea8d2e9dc016724e294fe.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/menhir/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/menhir/menhir-20170712.ebuild X-VCS-Directories: dev-ml/menhir/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: c3e86a0a77f72bba55aea8d2e9dc016724e294fe X-VCS-Branch: master Date: Mon, 24 Jul 2017 05:34:34 +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-Archives-Salt: 92fcfa8e-f0d7-4fc0-aef1-bdb50e0444f6 X-Archives-Hash: 1d283fe27bcde8c3a2841a7be4592ca9 commit: c3e86a0a77f72bba55aea8d2e9dc016724e294fe Author: Alexis Ballier gentoo org> AuthorDate: Mon Jul 24 05:33:25 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Mon Jul 24 05:34:11 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3e86a0a dev-ml/menhir: keyword ~arm Package-Manager: Portage-2.3.6, Repoman-2.3.3 dev-ml/menhir/menhir-20170712.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ml/menhir/menhir-20170712.ebuild b/dev-ml/menhir/menhir-20170712.ebuild index 5dfe716cd99..51e7184f445 100644 --- a/dev-ml/menhir/menhir-20170712.ebuild +++ b/dev-ml/menhir/menhir-20170712.ebuild @@ -11,7 +11,7 @@ SRC_URI="http://gallium.inria.fr/~fpottier/menhir/${P}.tar.gz" LICENSE="GPL-2 LGPL-2-with-linking-exception" SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm64 ~ppc ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86" IUSE="examples +ocamlopt" RDEPEND=">=dev-lang/ocaml-4.02:=[ocamlopt?]"