Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/parmap/
Date: Thu, 22 Jun 2017 14:25:02
Message-Id: 1498141475.838532e971a8a21403d631d7cb9d03d045cac3e7.aballier@gentoo
1 commit: 838532e971a8a21403d631d7cb9d03d045cac3e7
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 22 12:51:20 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 22 14:24:35 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=838532e9
7
8 dev-ml/parmap: keyword ~arm64
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 dev-ml/parmap/parmap-1.0_rc8.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-ml/parmap/parmap-1.0_rc8.ebuild b/dev-ml/parmap/parmap-1.0_rc8.ebuild
16 index fef21fd86c8..e56e50216e7 100644
17 --- a/dev-ml/parmap/parmap-1.0_rc8.ebuild
18 +++ b/dev-ml/parmap/parmap-1.0_rc8.ebuild
19 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/rdicosmo/parmap/archive/${MY_PV}.tar.gz -> ${P}.tar.
20
21 LICENSE="LGPL-2-with-linking-exception"
22 SLOT="0/${PV}"
23 -KEYWORDS="~amd64 ~arm ~ppc ~x86"
24 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
25 IUSE="+ocamlopt"
26
27 RDEPEND=">=dev-lang/ocaml-4.03:=[ocamlopt?]"