Gentoo Archives: gentoo-commits

From: Michael Weber <xmw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/react/
Date: Wed, 05 Apr 2017 09:52:09
Message-Id: 1491385894.b4ab028c1393699f566c7d94dad340ef0f8e4f0c.xmw@gentoo
1 commit: b4ab028c1393699f566c7d94dad340ef0f8e4f0c
2 Author: Michael Weber <xmw <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 5 09:40:29 2017 +0000
4 Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 5 09:51:34 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4ab028c
7
8 dev-ml/react: add ~ppc (bug 527318).
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11 RepoMan-Options: --include-arches="ppc"
12
13 dev-ml/react/react-1.2.0.ebuild | 4 ++--
14 dev-ml/react/react-1.2.1.ebuild | 2 +-
15 2 files changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/dev-ml/react/react-1.2.0.ebuild b/dev-ml/react/react-1.2.0.ebuild
18 index 7322bb26a3b..2850479cf4a 100644
19 --- a/dev-ml/react/react-1.2.0.ebuild
20 +++ b/dev-ml/react/react-1.2.0.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2014 Gentoo Foundation
23 +# Copyright 1999-2017 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI="5"
27 @@ -9,7 +9,7 @@ SRC_URI="http://erratique.ch/software/react/releases/${P}.tbz"
28
29 LICENSE="BSD"
30 SLOT="0/${PV}"
31 -KEYWORDS="~amd64 ~x86-fbsd"
32 +KEYWORDS="~amd64 ~ppc ~x86-fbsd"
33 IUSE="doc +ocamlopt"
34
35 RDEPEND=">=dev-lang/ocaml-3.12:=[ocamlopt?]"
36
37 diff --git a/dev-ml/react/react-1.2.1.ebuild b/dev-ml/react/react-1.2.1.ebuild
38 index fe35d719284..936dfa2b65e 100644
39 --- a/dev-ml/react/react-1.2.1.ebuild
40 +++ b/dev-ml/react/react-1.2.1.ebuild
41 @@ -9,7 +9,7 @@ SRC_URI="http://erratique.ch/software/react/releases/${P}.tbz"
42
43 LICENSE="BSD"
44 SLOT="0/${PV}"
45 -KEYWORDS="~amd64 ~x86-fbsd"
46 +KEYWORDS="~amd64 ~ppc ~x86-fbsd"
47 IUSE="test"
48
49 RDEPEND=">=dev-lang/ocaml-3.12:="