summaryrefslogtreecommitdiff
path: root/dev-ml
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2017-06-22 16:23:02 +0200
committerAlexis Ballier <aballier@gentoo.org>2017-06-22 16:24:37 +0200
commit6e42b7718ee8c509175647ec57172cd136b8bb70 (patch)
treea319beb23a9ba9ba82872c194d0ab040ae71133a /dev-ml
parentdev-ml/js_of_ocaml: default enable previously mandatory flags (diff)
downloadgentoo-6e42b7718ee8c509175647ec57172cd136b8bb70.tar.gz
gentoo-6e42b7718ee8c509175647ec57172cd136b8bb70.tar.bz2
gentoo-6e42b7718ee8c509175647ec57172cd136b8bb70.zip
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
Diffstat (limited to 'dev-ml')
-rw-r--r--dev-ml/js_of_ocaml/js_of_ocaml-3.0.0.ebuild4
1 files changed, 3 insertions, 1 deletions
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 9fe8dff84edd..b7f93be62778 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"