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/ocaml-re/
Date: Mon, 19 Jun 2017 18:12:53
Message-Id: 1497895948.7045117873f7ebf95ca56d13a74f04a77b997c59.aballier@gentoo
1 commit: 7045117873f7ebf95ca56d13a74f04a77b997c59
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 19 18:10:40 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 19 18:12:28 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70451178
7
8 dev-ml/ocaml-re: keyword ~arm64
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 dev-ml/ocaml-re/ocaml-re-1.7.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-ml/ocaml-re/ocaml-re-1.7.1.ebuild b/dev-ml/ocaml-re/ocaml-re-1.7.1.ebuild
16 index 0d67ca5c58a..b14835b93a0 100644
17 --- a/dev-ml/ocaml-re/ocaml-re-1.7.1.ebuild
18 +++ b/dev-ml/ocaml-re/ocaml-re-1.7.1.ebuild
19 @@ -14,7 +14,7 @@ SRC_URI="https://github.com/ocaml/ocaml-re/archive/${PV}.tar.gz -> ${P}.tar.gz"
20
21 LICENSE="LGPL-2-with-linking-exception"
22 SLOT="0/${PV}"
23 -KEYWORDS="~amd64 ~arm ~ppc"
24 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc"
25 IUSE="test"
26
27 RDEPEND=">=dev-lang/ocaml-4.02:="