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: Thu, 09 Mar 2017 21:31:49
Message-Id: 1489095099.af8367aa4e739b5a4a53dcdf0a081beb8d6ec287.aballier@gentoo
1 commit: af8367aa4e739b5a4a53dcdf0a081beb8d6ec287
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 9 20:37:28 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 9 21:31:39 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af8367aa
7
8 dev-ml/result: keyword ~arm
9
10 Package-Manager: Portage-2.3.4, Repoman-2.3.2
11
12 dev-ml/result/result-1.2.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-ml/result/result-1.2.ebuild b/dev-ml/result/result-1.2.ebuild
16 index 6c3e40284d8..a77e674fd3b 100644
17 --- a/dev-ml/result/result-1.2.ebuild
18 +++ b/dev-ml/result/result-1.2.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI="5"
25 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/janestreet/result/archive/${PV}.tar.gz -> ${P}.tar.g
26
27 LICENSE="BSD"
28 SLOT="0/${PV}"
29 -KEYWORDS="~amd64"
30 +KEYWORDS="~amd64 ~arm"
31 IUSE="+ocamlopt"
32
33 RDEPEND="dev-lang/ocaml:=[ocamlopt?]"