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/js_of_ocaml/
Date: Thu, 22 Jun 2017 14:25:09
Message-Id: 1498141477.6e42b7718ee8c509175647ec57172cd136b8bb70.aballier@gentoo
1 commit: 6e42b7718ee8c509175647ec57172cd136b8bb70
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 22 14:23:02 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 22 14:24:37 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e42b771
7
8 dev-ml/js_of_ocaml: drop keywords on 3.0.0 since it breaks its revdeps
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 dev-ml/js_of_ocaml/js_of_ocaml-3.0.0.ebuild | 4 +++-
13 1 file changed, 3 insertions(+), 1 deletion(-)
14
15 diff --git a/dev-ml/js_of_ocaml/js_of_ocaml-3.0.0.ebuild b/dev-ml/js_of_ocaml/js_of_ocaml-3.0.0.ebuild
16 index 9fe8dff84ed..b7f93be6277 100644
17 --- a/dev-ml/js_of_ocaml/js_of_ocaml-3.0.0.ebuild
18 +++ b/dev-ml/js_of_ocaml/js_of_ocaml-3.0.0.ebuild
19 @@ -15,7 +15,9 @@ if [ "${PV#9999}" != "${PV}" ] ; then
20 KEYWORDS=""
21 else
22 SRC_URI="https://github.com/ocsigen/js_of_ocaml/archive/${PV}.tar.gz -> ${P}.tar.gz"
23 - KEYWORDS="~amd64"
24 + # Breaks dev-ml/eliom dev-ml/async_js dev-ml/ocsigen-toolkit
25 + KEYWORDS=""
26 + #KEYWORDS="~amd64"
27 fi
28
29 LICENSE="LGPL-2.1-with-linking-exception"