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