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/ppx_tools/
Date: Thu, 22 Jun 2017 11:48:12
Message-Id: 1498132071.8e4336017f31e0f31d7412d258746df4db38008d.aballier@gentoo
1 commit: 8e4336017f31e0f31d7412d258746df4db38008d
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 22 11:13:39 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 22 11:47:51 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e433601
7
8 dev-ml/ppx_tools: forward ~arm to the masked version too
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 dev-ml/ppx_tools/ppx_tools-5.0.4.05.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-ml/ppx_tools/ppx_tools-5.0.4.05.0.ebuild b/dev-ml/ppx_tools/ppx_tools-5.0.4.05.0.ebuild
16 index 1c4a1aa44e2..4a923db8275 100644
17 --- a/dev-ml/ppx_tools/ppx_tools-5.0.4.05.0.ebuild
18 +++ b/dev-ml/ppx_tools/ppx_tools-5.0.4.05.0.ebuild
19 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/alainfrisch/ppx_tools/archive/${MY_PV}.tar.gz -> ${P
20
21 LICENSE="MIT"
22 SLOT="0/${PV}"
23 -KEYWORDS="~amd64 ~arm64 ~ppc"
24 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc"
25 IUSE=""
26
27 DEPEND=">=dev-lang/ocaml-4.05_beta:="