Gentoo Archives: gentoo-commits

From: Markus Meier <maekke@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocamlbuild/
Date: Sun, 12 Feb 2017 19:58:58
Message-Id: 1486929523.d9fa7bab2d2120ea7f40859348d39c5e9ecd347c.maekke@gentoo
1 commit: d9fa7bab2d2120ea7f40859348d39c5e9ecd347c
2 Author: Markus Meier <maekke <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 12 19:58:43 2017 +0000
4 Commit: Markus Meier <maekke <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 12 19:58:43 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9fa7bab
7
8 dev-ml/ocamlbuild: arm stable, bug #581946
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11 RepoMan-Options: --include-arches="arm"
12
13 dev-ml/ocamlbuild/ocamlbuild-0.10.1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-ml/ocamlbuild/ocamlbuild-0.10.1.ebuild b/dev-ml/ocamlbuild/ocamlbuild-0.10.1.ebuild
17 index 6fd2cb24e0..62271a13d0 100644
18 --- a/dev-ml/ocamlbuild/ocamlbuild-0.10.1.ebuild
19 +++ b/dev-ml/ocamlbuild/ocamlbuild-0.10.1.ebuild
20 @@ -10,7 +10,7 @@ SRC_URI="https://github.com/ocaml/ocamlbuild/archive/${PV}.tar.gz -> ${P}.tar.gz
21
22 LICENSE="LGPL-2.1-with-linking-exception"
23 SLOT="0/${PV}"
24 -KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
25 +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
26 IUSE="+ocamlopt"
27
28 DEPEND=">=dev-lang/ocaml-4.02.3-r1:=[ocamlopt?]"