Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_tools/
Date: Sun, 11 Feb 2018 21:56:41
Message-Id: 1518386162.b0a9fe5c0f4500213021b7e778bbc3b7eb5c3f94.whissi@gentoo
1 commit: b0a9fe5c0f4500213021b7e778bbc3b7eb5c3f94
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 11 21:45:58 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 11 21:56:02 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0a9fe5c
7
8 dev-ml/ppx_tools: x86 keyworded (bug #611014)
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 dev-ml/ppx_tools/ppx_tools-5.0.4.03.0.ebuild | 4 ++--
13 dev-ml/ppx_tools/ppx_tools-5.0.4.05.0.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/dev-ml/ppx_tools/ppx_tools-5.0.4.03.0.ebuild b/dev-ml/ppx_tools/ppx_tools-5.0.4.03.0.ebuild
17 index b77cef7d6d7..3b440d54aeb 100644
18 --- a/dev-ml/ppx_tools/ppx_tools-5.0.4.03.0.ebuild
19 +++ b/dev-ml/ppx_tools/ppx_tools-5.0.4.03.0.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=5
26 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/alainfrisch/ppx_tools/archive/${MY_PV}.tar.gz -> ${P
27
28 LICENSE="MIT"
29 SLOT="0/${PV}"
30 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc"
31 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
32 IUSE="+ocamlopt"
33
34 DEPEND=">=dev-lang/ocaml-4.03.0:=[ocamlopt?]"
35
36 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
37 index 2ec6b114e82..28e7b0d5bb5 100644
38 --- a/dev-ml/ppx_tools/ppx_tools-5.0.4.05.0.ebuild
39 +++ b/dev-ml/ppx_tools/ppx_tools-5.0.4.05.0.ebuild
40 @@ -1,4 +1,4 @@
41 -# Copyright 1999-2017 Gentoo Foundation
42 +# Copyright 1999-2018 Gentoo Foundation
43 # Distributed under the terms of the GNU General Public License v2
44
45 EAPI=5
46 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/alainfrisch/ppx_tools/archive/${MY_PV}.tar.gz -> ${P
47
48 LICENSE="MIT"
49 SLOT="0/${PV}"
50 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc"
51 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
52 IUSE="+ocamlopt"
53
54 DEPEND=">=dev-lang/ocaml-4.05_beta:=[ocamlopt?]"