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/ocamlbuild/
Date: Mon, 19 Jun 2017 16:57:03
Message-Id: 1497891391.f8af30ad538a2febc5afc14a84312445bcbf9336.aballier@gentoo
1 commit: f8af30ad538a2febc5afc14a84312445bcbf9336
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 19 16:56:31 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 19 16:56:31 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8af30ad
7
8 dev-ml/ocamlbuild: keyword ~arm64
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 dev-ml/ocamlbuild/ocamlbuild-0.11.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-ml/ocamlbuild/ocamlbuild-0.11.0.ebuild b/dev-ml/ocamlbuild/ocamlbuild-0.11.0.ebuild
16 index f6a3478c922..8b0e155ea7c 100644
17 --- a/dev-ml/ocamlbuild/ocamlbuild-0.11.0.ebuild
18 +++ b/dev-ml/ocamlbuild/ocamlbuild-0.11.0.ebuild
19 @@ -9,7 +9,7 @@ SRC_URI="https://github.com/ocaml/ocamlbuild/archive/${PV}.tar.gz -> ${P}.tar.gz
20
21 LICENSE="LGPL-2.1-with-linking-exception"
22 SLOT="0/${PV}"
23 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
24 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
25 IUSE="+ocamlopt"
26
27 DEPEND=">=dev-lang/ocaml-4.02.3-r1:=[ocamlopt?]"