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 0C1D8139695 for ; Mon, 24 Jul 2017 05:56:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D9598E0DA0; Mon, 24 Jul 2017 05:56:21 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 B7DF0E0D8F for ; Mon, 24 Jul 2017 05:56:21 +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 B8121341856 for ; Mon, 24 Jul 2017 05:56:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 360C274C3 for ; Mon, 24 Jul 2017 05:56:19 +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: <1500875771.523531175caf85b1480a5309727b7e21c70efbbb.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/lwt/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/lwt/lwt-3.1.0.ebuild X-VCS-Directories: dev-ml/lwt/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 523531175caf85b1480a5309727b7e21c70efbbb X-VCS-Branch: master Date: Mon, 24 Jul 2017 05:56:19 +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: 0553c1a4-ca90-4c0e-ad87-291d727fb322 X-Archives-Hash: e6eff30a61a6e5a0595ce2eeddda2c7a commit: 523531175caf85b1480a5309727b7e21c70efbbb Author: Alexis Ballier gentoo org> AuthorDate: Mon Jul 24 05:56:11 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Mon Jul 24 05:56:11 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52353117 dev-ml/lwt: keyword ~arm Package-Manager: Portage-2.3.6, Repoman-2.3.3 dev-ml/lwt/lwt-3.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ml/lwt/lwt-3.1.0.ebuild b/dev-ml/lwt/lwt-3.1.0.ebuild index e3b39149b6f..54deff235c7 100644 --- a/dev-ml/lwt/lwt-3.1.0.ebuild +++ b/dev-ml/lwt/lwt-3.1.0.ebuild @@ -27,7 +27,7 @@ DEPEND="${DEPEND} SLOT="0/${PV}" LICENSE="LGPL-2.1-with-linking-exception" -KEYWORDS="~amd64 ~arm64 ~x86-fbsd" +KEYWORDS="~amd64 ~arm ~arm64 ~x86-fbsd" src_configure() { ocaml src/util/configure.ml \