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/ocaml-re/
Date: Wed, 05 Apr 2017 17:51:01
Message-Id: 1491414539.c26e75a1709c9f6b0546b8a261f04cffd289c003.maekke@gentoo
1 commit: c26e75a1709c9f6b0546b8a261f04cffd289c003
2 Author: Markus Meier <maekke <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 5 17:29:32 2017 +0000
4 Commit: Markus Meier <maekke <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 5 17:48:59 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c26e75a1
7
8 dev-ml/ocaml-re: add ~arm, bug #611014
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11 RepoMan-Options: --include-arches="arm"
12
13 dev-ml/ocaml-re/ocaml-re-1.7.1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-ml/ocaml-re/ocaml-re-1.7.1.ebuild b/dev-ml/ocaml-re/ocaml-re-1.7.1.ebuild
17 index ae5790077d3..0d67ca5c58a 100644
18 --- a/dev-ml/ocaml-re/ocaml-re-1.7.1.ebuild
19 +++ b/dev-ml/ocaml-re/ocaml-re-1.7.1.ebuild
20 @@ -14,7 +14,7 @@ SRC_URI="https://github.com/ocaml/ocaml-re/archive/${PV}.tar.gz -> ${P}.tar.gz"
21
22 LICENSE="LGPL-2-with-linking-exception"
23 SLOT="0/${PV}"
24 -KEYWORDS="~amd64 ~ppc"
25 +KEYWORDS="~amd64 ~arm ~ppc"
26 IUSE="test"
27
28 RDEPEND=">=dev-lang/ocaml-4.02:="