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 F1553139694 for ; Wed, 15 Mar 2017 14:26:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4F4C721C075; Wed, 15 Mar 2017 14:26:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2C7D521C075 for ; Wed, 15 Mar 2017 14:26:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 305D3340F43 for ; Wed, 15 Mar 2017 14:26:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C28716920 for ; Wed, 15 Mar 2017 14:26:46 +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: <1489587995.50e47ed35dcce972b6a0403a87cc0b1569e1601c.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/parmap/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/parmap/parmap-1.0_rc8.ebuild X-VCS-Directories: dev-ml/parmap/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 50e47ed35dcce972b6a0403a87cc0b1569e1601c X-VCS-Branch: master Date: Wed, 15 Mar 2017 14:26:46 +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: 33e92e26-a500-4452-89a9-5b1e4b45894e X-Archives-Hash: 138d0cae1ad05d274e1e65c9acb3ec94 commit: 50e47ed35dcce972b6a0403a87cc0b1569e1601c Author: Alexis Ballier gentoo org> AuthorDate: Wed Mar 15 13:50:55 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Wed Mar 15 14:26:35 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50e47ed3 dev-ml/parmap: keyword ~arm Package-Manager: Portage-2.3.4, Repoman-2.3.2 dev-ml/parmap/parmap-1.0_rc8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ml/parmap/parmap-1.0_rc8.ebuild b/dev-ml/parmap/parmap-1.0_rc8.ebuild index 5fd72b3caa6..d5677137cce 100644 --- a/dev-ml/parmap/parmap-1.0_rc8.ebuild +++ b/dev-ml/parmap/parmap-1.0_rc8.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/rdicosmo/parmap/archive/${MY_PV}.tar.gz -> ${P}.tar. LICENSE="LGPL-2-with-linking-exception" SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm ~x86" IUSE="+ocamlopt" RDEPEND=">=dev-lang/ocaml-4.03:=[ocamlopt?]"