diff options
author | Michael Weber <xmw@gentoo.org> | 2017-04-05 11:40:29 +0200 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2017-04-05 11:51:34 +0200 |
commit | b4ab028c1393699f566c7d94dad340ef0f8e4f0c (patch) | |
tree | ab1446f823393c721daa11bef9db92f24838eca3 /dev-ml/react | |
parent | dev-ml/topkg: add ~ppc (bug 527318). (diff) | |
download | gentoo-b4ab028c1393699f566c7d94dad340ef0f8e4f0c.tar.gz gentoo-b4ab028c1393699f566c7d94dad340ef0f8e4f0c.tar.bz2 gentoo-b4ab028c1393699f566c7d94dad340ef0f8e4f0c.zip |
dev-ml/react: add ~ppc (bug 527318).
Package-Manager: Portage-2.3.5, Repoman-2.3.2
RepoMan-Options: --include-arches="ppc"
Diffstat (limited to 'dev-ml/react')
-rw-r--r-- | dev-ml/react/react-1.2.0.ebuild | 4 | ||||
-rw-r--r-- | dev-ml/react/react-1.2.1.ebuild | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-ml/react/react-1.2.0.ebuild b/dev-ml/react/react-1.2.0.ebuild index 7322bb26a3bd..2850479cf4a8 100644 --- a/dev-ml/react/react-1.2.0.ebuild +++ b/dev-ml/react/react-1.2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -9,7 +9,7 @@ SRC_URI="http://erratique.ch/software/react/releases/${P}.tbz" LICENSE="BSD" SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86-fbsd" +KEYWORDS="~amd64 ~ppc ~x86-fbsd" IUSE="doc +ocamlopt" RDEPEND=">=dev-lang/ocaml-3.12:=[ocamlopt?]" diff --git a/dev-ml/react/react-1.2.1.ebuild b/dev-ml/react/react-1.2.1.ebuild index fe35d7192846..936dfa2b65e3 100644 --- a/dev-ml/react/react-1.2.1.ebuild +++ b/dev-ml/react/react-1.2.1.ebuild @@ -9,7 +9,7 @@ SRC_URI="http://erratique.ch/software/react/releases/${P}.tbz" LICENSE="BSD" SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86-fbsd" +KEYWORDS="~amd64 ~ppc ~x86-fbsd" IUSE="test" RDEPEND=">=dev-lang/ocaml-3.12:=" |