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/result/
Date: Mon, 19 Jun 2017 16:58:02
Message-Id: 1497891457.4047d02afffb94cf6602a5ae8a42c6d993732286.aballier@gentoo
1 commit: 4047d02afffb94cf6602a5ae8a42c6d993732286
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 19 16:57:37 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 19 16:57:37 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4047d02a
7
8 dev-ml/result: keyword ~arm64
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 dev-ml/result/result-1.2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-ml/result/result-1.2.ebuild b/dev-ml/result/result-1.2.ebuild
16 index e7e8d891a2a..4674298cb7a 100644
17 --- a/dev-ml/result/result-1.2.ebuild
18 +++ b/dev-ml/result/result-1.2.ebuild
19 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/janestreet/result/archive/${PV}.tar.gz -> ${P}.tar.g
20
21 LICENSE="BSD"
22 SLOT="0/${PV}"
23 -KEYWORDS="~amd64 ~arm ~ppc"
24 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc"
25 IUSE="+ocamlopt"
26
27 RDEPEND="dev-lang/ocaml:=[ocamlopt?]"